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="2.2" >
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:testOnly="true"
27        android:theme="@style/AppTheme" >
27-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:14:9-40
28
29        <!-- <uses-library android:name="com.android.future.usb.accessory" /> -->
30        <activity android:name="com.gto.usb_sample_code.MainActivity" >
30-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:16:9-28:20
30-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:16:19-70
31            <intent-filter>
31-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:17:13-21:29
32                <action android:name="android.intent.action.MAIN" />
32-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:18:17-69
32-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:18:25-66
33
34                <category android:name="android.intent.category.LAUNCHER" />
34-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:20:17-77
34-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:20:27-74
35            </intent-filter>
36            <intent-filter>
36-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:22:13-24:29
37                <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
37-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:23:17-90
37-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:23:25-87
38            </intent-filter>
39
40            <meta-data
40-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:26:13-27:57
41                android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
41-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:26:24-86
42                android:resource="@xml/device_filter" />
42-->D:\Source Tree\USB_SampleCode\app\src\main\AndroidManifest.xml:27:17-54
43        </activity>
44    </application>
45
46</manifest>
