Mike Lockwood ad5f83e91b USB Manager string clean up:
- Use "Cancel" instead of "Ignore"
- Customize the text for the "always use" checkbox for devices and accessories
- Clean up strings for AccessoryChat test program

Bug: 4074719

Change-Id: Ideec838e4c1f1a82ef4ae411c9124417ffb63165
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-03-15 16:23:40 -04:00
..

This is a test app for the USB accessory APIs.  It consists of two parts:

AccessoryChat - A Java app with a chat-like UI that sends and receives strings
                via the UsbAccessory class.

accessorychat - A C command-line program that communicates with AccessoryChat.
                This program behaves as if it were a USB accessory.
                It builds both for the host (Linux PC) and as an android
                command line program, which will work if run as root on an
                android device with USB host support