Home | History | Annotate | only in /frameworks/base/libs/usb/tests/AccessoryChat
Up to higher level directory
NameDateSize
accessorychat/21-Aug-2018
Android.bp21-Aug-201828
Android.mk21-Aug-2018796
AndroidManifest.xml21-Aug-20181.6K
README.txt21-Aug-2018547
res/21-Aug-2018
src/21-Aug-2018

README.txt

      1 This is a test app for the USB accessory APIs.  It consists of two parts:
      2 
      3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
      4                 via the UsbAccessory class.
      5 
      6 accessorychat - A C command-line program that communicates with AccessoryChat.
      7                 This program behaves as if it were a USB accessory.
      8                 It builds both for the host (Linux PC) and as an android
      9                 command line program, which will work if run as root on an
     10                 android device with USB host support
     11