1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.gto.usb_sample_code"
4    android:versionCode="1"
5    android:versionName="v1.0.4_E710" >
6
7    <uses-sdk
8        android:minSdkVersion="21"
8-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml
9        android:targetSdkVersion="30" />
9-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml
10
11    <permission android:name="android.hardware.usb.host" >
11-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:4:5-5:18
11-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:4:17-57
12    </permission>
13    <!-- <uses-feature android:name="android.hardware.usb.accessory" /> -->
14    <uses-feature
14-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:7:5-85
15        android:name="android.hardware.usb.host"
15-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:7:19-59
16        android:required="true" />
16-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:7:60-83
17
18    <application
18-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:8:5-29:19
19        android:allowBackup="true"
19-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:9:9-35
20        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
20-->[androidx.core:core:1.1.0] C:\Users\gains\.gradle\caches\transforms-3\6ad520aa617bdd17a51411cd9301b0e2\transformed\core-1.1.0\AndroidManifest.xml:24:18-86
21        android:debuggable="true"
22        android:icon="@mipmap/ic_launcher"
22-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:10:9-43
23        android:label="@string/app_name"
23-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:11:9-41
24        android:roundIcon="@mipmap/ic_launcher_round"
24-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:12:9-54
25        android:supportsRtl="true"
25-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:13:9-35
26        android:theme="@style/AppTheme" >
26-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:14:9-40
27
28        <!-- <uses-library android:name="com.android.future.usb.accessory" /> -->
29        <activity android:name="com.gto.usb_sample_code.MainActivity" >
29-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:16:9-28:20
29-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:16:19-70
30            <intent-filter>
30-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:17:13-21:29
31                <action android:name="android.intent.action.MAIN" />
31-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:18:17-69
31-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:18:25-66
32
33                <category android:name="android.intent.category.LAUNCHER" />
33-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:20:17-77
33-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:20:27-74
34            </intent-filter>
35            <intent-filter>
35-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:22:13-24:29
36                <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
36-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:23:17-90
36-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:23:25-87
37            </intent-filter>
38
39            <meta-data
39-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:26:13-27:57
40                android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
40-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:26:24-86
41                android:resource="@xml/device_filter" />
41-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:27:17-54
42        </activity>
43    </application>
44
45</manifest>
