openCom-Companion/sbapp/patches/intent-filter.xml

7 lines
305 B
XML
Raw Normal View History

2022-10-11 14:15:50 +02:00
<!-- This XML snippet is injected directly into the AndroidManifest.xml -->
<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>
<meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/device_filter" />