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