Initialer Commit

This commit is contained in:
2026-05-06 20:52:46 +02:00
commit 6bc96cb1af
1096 changed files with 31026 additions and 0 deletions

View File

@@ -0,0 +1,143 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="de.oaa.xxx.app"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="26"
9 android:targetSdkVersion="35" />
10
11 <uses-permission android:name="android.permission.INTERNET" />
11-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:4:5-67
11-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:4:22-64
12
13 <permission
13-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:22:5-24:47
14 android:name="de.oaa.xxx.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:23:9-81
15 android:protectionLevel="signature" />
15-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:24:9-44
16
17 <uses-permission android:name="de.oaa.xxx.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
17-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:26:5-97
17-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:26:22-94
18
19 <application
19-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:6:5-24:19
20 android:name="de.oaa.xxx.app.XxxApplication"
20-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:7:9-39
21 android:allowBackup="true"
21-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:8:9-35
22 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
22-->[androidx.core:core:1.13.1] /home/mario/.gradle/caches/8.13/transforms/2f9001e834a86ecc2512e9f0bcac01c1/transformed/core-1.13.1/AndroidManifest.xml:28:18-86
23 android:debuggable="true"
24 android:extractNativeLibs="false"
25 android:icon="@mipmap/ic_launcher"
25-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:9:9-43
26 android:label="@string/app_name"
26-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:10:9-41
27 android:roundIcon="@mipmap/ic_launcher"
27-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:11:9-48
28 android:supportsRtl="true"
28-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:12:9-35
29 android:testOnly="true"
30 android:theme="@style/Theme.XxxGame"
30-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:13:9-45
31 android:usesCleartextTraffic="true" >
31-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:14:9-44
32 <activity
32-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:15:9-23:20
33 android:name="de.oaa.xxx.app.MainActivity"
33-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:16:13-41
34 android:exported="true"
34-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:17:13-36
35 android:theme="@style/Theme.XxxGame" >
35-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:18:13-49
36 <intent-filter>
36-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:19:13-22:29
37 <action android:name="android.intent.action.MAIN" />
37-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:20:17-69
37-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:20:25-66
38
39 <category android:name="android.intent.category.LAUNCHER" />
39-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:21:17-77
39-->/home/mario/Workspaces/xxx-thegame/xxxthegame-android/app/src/main/AndroidManifest.xml:21:27-74
40 </intent-filter>
41 </activity>
42
43 <provider
43-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20
44 android:name="androidx.startup.InitializationProvider"
44-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67
45 android:authorities="de.oaa.xxx.app.androidx-startup"
45-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68
46 android:exported="false" >
46-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37
47 <meta-data
47-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52
48 android:name="androidx.emoji2.text.EmojiCompatInitializer"
48-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75
49 android:value="androidx.startup" />
49-->[androidx.emoji2:emoji2:1.3.0] /home/mario/.gradle/caches/8.13/transforms/8112fde437634cb48d4271b21f1c6fcf/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49
50 <meta-data
50-->[androidx.lifecycle:lifecycle-process:2.8.6] /home/mario/.gradle/caches/8.13/transforms/7925a88d0f166b50da18f09160e37081/transformed/lifecycle-process-2.8.6/AndroidManifest.xml:29:13-31:52
51 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
51-->[androidx.lifecycle:lifecycle-process:2.8.6] /home/mario/.gradle/caches/8.13/transforms/7925a88d0f166b50da18f09160e37081/transformed/lifecycle-process-2.8.6/AndroidManifest.xml:30:17-78
52 android:value="androidx.startup" />
52-->[androidx.lifecycle:lifecycle-process:2.8.6] /home/mario/.gradle/caches/8.13/transforms/7925a88d0f166b50da18f09160e37081/transformed/lifecycle-process-2.8.6/AndroidManifest.xml:31:17-49
53 <meta-data
53-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52
54 android:name="androidx.profileinstaller.ProfileInstallerInitializer"
54-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85
55 android:value="androidx.startup" />
55-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49
56 </provider>
57
58 <activity
58-->[androidx.compose.ui:ui-tooling-android:1.7.3] /home/mario/.gradle/caches/8.13/transforms/4b318c7b37094ab3f55f434a0dc42ca9/transformed/ui-tooling-release/AndroidManifest.xml:23:9-25:39
59 android:name="androidx.compose.ui.tooling.PreviewActivity"
59-->[androidx.compose.ui:ui-tooling-android:1.7.3] /home/mario/.gradle/caches/8.13/transforms/4b318c7b37094ab3f55f434a0dc42ca9/transformed/ui-tooling-release/AndroidManifest.xml:24:13-71
60 android:exported="true" />
60-->[androidx.compose.ui:ui-tooling-android:1.7.3] /home/mario/.gradle/caches/8.13/transforms/4b318c7b37094ab3f55f434a0dc42ca9/transformed/ui-tooling-release/AndroidManifest.xml:25:13-36
61
62 <receiver
62-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20
63 android:name="androidx.profileinstaller.ProfileInstallReceiver"
63-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76
64 android:directBootAware="false"
64-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44
65 android:enabled="true"
65-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35
66 android:exported="true"
66-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36
67 android:permission="android.permission.DUMP" >
67-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57
68 <intent-filter>
68-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29
69 <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
69-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91
69-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88
70 </intent-filter>
71 <intent-filter>
71-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29
72 <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
72-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85
72-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82
73 </intent-filter>
74 <intent-filter>
74-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29
75 <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
75-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88
75-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85
76 </intent-filter>
77 <intent-filter>
77-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29
78 <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
78-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95
78-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/mario/.gradle/caches/8.13/transforms/9d0adda7f466d9aa18678489878cc15d/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92
79 </intent-filter>
80 </receiver>
81 </application>
82
83</manifest>