1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.mastercoding.thequizapp"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="24"
9        android:targetSdkVersion="34" />
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:5:5-67
11-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:5:22-64
12
13    <permission
13-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:22:5-24:47
14        android:name="com.mastercoding.thequizapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:23:9-81
15        android:protectionLevel="signature" />
15-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:24:9-44
16
17    <uses-permission android:name="com.mastercoding.thequizapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
17-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:26:5-97
17-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:26:22-94
18
19    <application
19-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:7:5-30:19
20        android:allowBackup="true"
20-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:8:9-35
21        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
21-->[androidx.core:core:1.9.0] C:\Users\usa_m\.gradle\caches\transforms-3\ab80475af2f6748ede33dcc1d7c44185\transformed\core-1.9.0\AndroidManifest.xml:28:18-86
22        android:dataExtractionRules="@xml/data_extraction_rules"
22-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:9:9-65
23        android:debuggable="true"
24        android:extractNativeLibs="false"
25        android:fullBackupContent="@xml/backup_rules"
25-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:10:9-54
26        android:icon="@mipmap/ic_launcher"
26-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:11:9-43
27        android:label="@string/app_name"
27-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:12:9-41
28        android:networkSecurityConfig="@xml/network_security_config"
28-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:13:9-69
29        android:roundIcon="@mipmap/ic_launcher_round"
29-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:14:9-54
30        android:supportsRtl="true"
30-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:15:9-35
31        android:testOnly="true"
32        android:theme="@style/Theme.TheQuizApp" >
32-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:16:9-48
33        <activity
33-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:18:9-20:40
34            android:name="com.mastercoding.thequizapp.ResultsActivity"
34-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:19:13-44
35            android:exported="false" />
35-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:20:13-37
36        <activity
36-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:21:9-29:20
37            android:name="com.mastercoding.thequizapp.MainActivity"
37-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:22:13-41
38            android:exported="true" >
38-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:23:13-36
39            <intent-filter>
39-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:24:13-28:29
40                <action android:name="android.intent.action.MAIN" />
40-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:25:17-69
40-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:25:25-66
41
42                <category android:name="android.intent.category.LAUNCHER" />
42-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:27:17-77
42-->C:\Users\usa_m\AndroidStudioProjects\TheQuizApp\app\src\main\AndroidManifest.xml:27:27-74
43            </intent-filter>
44        </activity>
45
46        <provider
46-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:24:9-32:20
47            android:name="androidx.startup.InitializationProvider"
47-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:25:13-67
48            android:authorities="com.mastercoding.thequizapp.androidx-startup"
48-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:26:13-68
49            android:exported="false" >
49-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:27:13-37
50            <meta-data
50-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:29:13-31:52
51                android:name="androidx.emoji2.text.EmojiCompatInitializer"
51-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:30:17-75
52                android:value="androidx.startup" />
52-->[androidx.emoji2:emoji2:1.2.0] C:\Users\usa_m\.gradle\caches\transforms-3\58dace9c7703ce1d1a5fa78c07b1ccdd\transformed\emoji2-1.2.0\AndroidManifest.xml:31:17-49
53            <meta-data
53-->[androidx.lifecycle:lifecycle-process:2.6.2] C:\Users\usa_m\.gradle\caches\transforms-3\53ab75feffdc58cd911cf2db8d17009c\transformed\lifecycle-process-2.6.2\AndroidManifest.xml:29:13-31:52
54                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
54-->[androidx.lifecycle:lifecycle-process:2.6.2] C:\Users\usa_m\.gradle\caches\transforms-3\53ab75feffdc58cd911cf2db8d17009c\transformed\lifecycle-process-2.6.2\AndroidManifest.xml:30:17-78
55                android:value="androidx.startup" />
55-->[androidx.lifecycle:lifecycle-process:2.6.2] C:\Users\usa_m\.gradle\caches\transforms-3\53ab75feffdc58cd911cf2db8d17009c\transformed\lifecycle-process-2.6.2\AndroidManifest.xml:31:17-49
56            <meta-data
56-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:29:13-31:52
57                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
57-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:30:17-85
58                android:value="androidx.startup" />
58-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:31:17-49
59        </provider>
60
61        <receiver
61-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:34:9-52:20
62            android:name="androidx.profileinstaller.ProfileInstallReceiver"
62-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:35:13-76
63            android:directBootAware="false"
63-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:36:13-44
64            android:enabled="true"
64-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:37:13-35
65            android:exported="true"
65-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:38:13-36
66            android:permission="android.permission.DUMP" >
66-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:39:13-57
67            <intent-filter>
67-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:40:13-42:29
68                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
68-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:17-91
68-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:41:25-88
69            </intent-filter>
70            <intent-filter>
70-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:43:13-45:29
71                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
71-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:17-85
71-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:44:25-82
72            </intent-filter>
73            <intent-filter>
73-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:46:13-48:29
74                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
74-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:17-88
74-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:47:25-85
75            </intent-filter>
76            <intent-filter>
76-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:49:13-51:29
77                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
77-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:17-95
77-->[androidx.profileinstaller:profileinstaller:1.3.0] C:\Users\usa_m\.gradle\caches\transforms-3\3bfda38638845cc73529c8bf5018ed46\transformed\profileinstaller-1.3.0\AndroidManifest.xml:50:25-92
78            </intent-filter>
79        </receiver>
80    </application>
81
82</manifest>
