1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.pda.testuhfapi"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="24"
9        android:targetSdkVersion="33" />
10
11    <permission
11-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
12        android:name="com.pda.testuhfapi.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
12-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
13        android:protectionLevel="signature" />
13-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
14
15    <uses-permission android:name="com.pda.testuhfapi.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
15-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
15-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
16
17    <application
17-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:5:5-33:19
18        android:allowBackup="true"
18-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:6:9-35
19        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
19-->[androidx.core:core:1.9.0] D:\AndroidStudio\.gradle\caches\transforms-3\5bed316c9c43a8bc7d9832f0735edfcf\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
20        android:dataExtractionRules="@xml/data_extraction_rules"
20-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:7:9-65
21        android:debuggable="true"
22        android:extractNativeLibs="false"
23        android:fullBackupContent="@xml/backup_rules"
23-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:8:9-54
24        android:icon="@drawable/uhf"
24-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:9:9-37
25        android:label="@string/app_name"
25-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:10:9-41
26        android:roundIcon="@drawable/uhf"
26-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:11:9-42
27        android:supportsRtl="true"
27-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:12:9-35
28        android:theme="@style/Theme.TestUHFAPI" >
28-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:13:9-48
29        <activity
29-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:15:9-17:40
30            android:name="com.pda.testuhfapi.InventorySingleTag"
30-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:16:13-47
31            android:exported="false" />
31-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:17:13-37
32        <activity
32-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:18:9-20:40
33            android:name="com.pda.testuhfapi.ReadWriteLockActivity"
33-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:19:13-50
34            android:exported="false" />
34-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:20:13-37
35        <activity
35-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:21:9-23:40
36            android:name="com.pda.testuhfapi.SettingActivity"
36-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:22:13-44
37            android:exported="false" />
37-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:23:13-37
38        <activity
38-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:24:9-32:20
39            android:name="com.pda.testuhfapi.MainActivity"
39-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:25:13-41
40            android:exported="true" >
40-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:26:13-36
41            <intent-filter>
41-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:27:13-31:29
42                <action android:name="android.intent.action.MAIN" />
42-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:28:17-69
42-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:28:25-66
43
44                <category android:name="android.intent.category.LAUNCHER" />
44-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:30:17-77
44-->D:\Application\TestUHFAPI\app\src\main\AndroidManifest.xml:30:27-74
45            </intent-filter>
46        </activity>
47
48        <provider
48-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
49            android:name="androidx.startup.InitializationProvider"
49-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
50            android:authorities="com.pda.testuhfapi.androidx-startup"
50-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
51            android:exported="false" >
51-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
52            <meta-data
52-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
53                android:name="androidx.emoji2.text.EmojiCompatInitializer"
53-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
54                android:value="androidx.startup" />
54-->[androidx.emoji2:emoji2:1.2.0] D:\AndroidStudio\.gradle\caches\transforms-3\9d13f2821db83ff8741569fc495dc1fe\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
55            <meta-data
55-->[androidx.lifecycle:lifecycle-process:2.4.1] D:\AndroidStudio\.gradle\caches\transforms-3\62b7cf00c34a2119ee62c390326d994d\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:31:13-33:52
56                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
56-->[androidx.lifecycle:lifecycle-process:2.4.1] D:\AndroidStudio\.gradle\caches\transforms-3\62b7cf00c34a2119ee62c390326d994d\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:32:17-78
57                android:value="androidx.startup" />
57-->[androidx.lifecycle:lifecycle-process:2.4.1] D:\AndroidStudio\.gradle\caches\transforms-3\62b7cf00c34a2119ee62c390326d994d\transformed\lifecycle-process-2.4.1\AndroidManifest.xml:33:17-49
58        </provider>
59    </application>
60
61</manifest>
