AndroidManifest.xml 296 Bytes
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <uses-permission android:name="android.hardware.usb.UsbAccessory" />
    <uses-feature
        android:name="android.hardware.usb.host"
        android:required="true" />
</manifest>