summaryrefslogtreecommitdiffstats
path: root/libs/usb/tests/AccessoryChat/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* USB Manager string clean up:Mike Lockwood2011-03-151-1/+1
| | | | | | | | | | | - 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>
* Add support for USB accessory serial numbersMike Lockwood2011-03-141-1/+1
| | | | | Change-Id: I47b79f091b300ced60bfc61eff2f771139663aae Signed-off-by: Mike Lockwood <lockwood@android.com>
* USB: minor cleanup workMike Lockwood2011-03-111-0/+16
| | | | | | | Bug: 4067029 Change-Id: Icd8f912ab8732b5f770a217b9b3731092597ce02 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Combine the USB accessory support library with the platform featureMike Lockwood2011-03-021-3/+3
| | | | | | | Also renamed the support library to com.android.future.usb.accessory.jar Change-Id: Id6226991ce73f75dfedc497adf1c25bffb670243 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-011-2/+2
| | | | | Change-Id: I00fd4f0caaa4aebe48f71c576bb211b5f38bf88d Signed-off-by: Mike Lockwood <lockwood@android.com>
* USB accessory support libraryMike Lockwood2011-02-281-0/+23
This provides a mechanism for developing applications to work with USB accessories in versions of android prior to the introduction of the android.hardware.UsbManager APIs. Applications should link against the com.google.android.usb library to use this support. Change-Id: I48ff80467fd9a6667aa84a758eca754132f546b9 Signed-off-by: Mike Lockwood <lockwood@android.com>