frameworks/base/libs/usb/tests/AccessoryChat
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
accessorychat android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
res android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
src/com/android/accessorychat android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
AndroidManifest.xml android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README.txt android 13 from xiaosuan 2025-08-25 08:17:13 +08:00

README.txt

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