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