With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for S+. This change adds the value reflecting the previous default to the manifest. These changes were made using an automated tool, the xml file may be reformatted slightly creating a larger diff. The only "real" change is the addition of "android:exported" to activities, services, and receivers that have one or more intent-filters. Bug: 150232615 Test: TH Exempt-From-Owner-Approval: mechanical refactoring Change-Id: I4457ff2bd466a4c56fed2570e110f251031c2385
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