1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="ch.migros.myapplication"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="31"
8-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml
9        android:targetSdkVersion="33" />
9-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->[com.pierfrancescosoffritti.androidyoutubeplayer:core:12.0.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/76a639ca02f33c1d22a670af25403913/transformed/core-12.0.0/AndroidManifest.xml:7:5-67
11-->[com.pierfrancescosoffritti.androidyoutubeplayer:core:12.0.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/76a639ca02f33c1d22a670af25403913/transformed/core-12.0.0/AndroidManifest.xml:7:22-64
12    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
12-->[com.pierfrancescosoffritti.androidyoutubeplayer:core:12.0.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/76a639ca02f33c1d22a670af25403913/transformed/core-12.0.0/AndroidManifest.xml:8:5-79
12-->[com.pierfrancescosoffritti.androidyoutubeplayer:core:12.0.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/76a639ca02f33c1d22a670af25403913/transformed/core-12.0.0/AndroidManifest.xml:8:22-76
13
14    <permission
14-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:22:5-24:47
15        android:name="ch.migros.myapplication.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
15-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:23:9-81
16        android:protectionLevel="signature" />
16-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:24:9-44
17
18    <uses-permission android:name="ch.migros.myapplication.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
18-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:26:5-97
18-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:26:22-94
19
20    <application
20-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:5:5-25:19
21        android:allowBackup="true"
21-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:6:9-35
22        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
22-->[androidx.core:core:1.10.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/e51ba1c54d0889d702970bbc876a2fdb/transformed/core-1.10.1/AndroidManifest.xml:28:18-86
23        android:dataExtractionRules="@xml/data_extraction_rules"
23-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:7:9-65
24        android:debuggable="true"
25        android:extractNativeLibs="false"
26        android:fullBackupContent="@xml/backup_rules"
26-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:8:9-54
27        android:icon="@mipmap/ic_launcher"
27-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:9:9-43
28        android:label="@string/app_name"
28-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:10:9-41
29        android:supportsRtl="true"
29-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:11:9-35
30        android:testOnly="true"
31        android:theme="@style/Theme.MyApplication" >
31-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:12:9-51
32        <activity
32-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:14:9-24:20
33            android:name="ch.migros.myapplication.MainActivity"
33-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:15:13-41
34            android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"
34-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:17:13-106
35            android:exported="true"
35-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:18:13-36
36            android:screenOrientation="portrait" >
36-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:16:13-49
37            <intent-filter>
37-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:19:13-23:29
38                <action android:name="android.intent.action.MAIN" />
38-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:20:17-69
38-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:20:25-66
39
40                <category android:name="android.intent.category.LAUNCHER" />
40-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:22:17-77
40-->/Users/Michal.Brewczak/Code/FullscreenTest/app/src/main/AndroidManifest.xml:22:27-74
41            </intent-filter>
42        </activity>
43
44        <provider
44-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:24:9-32:20
45            android:name="androidx.startup.InitializationProvider"
45-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:25:13-67
46            android:authorities="ch.migros.myapplication.androidx-startup"
46-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:26:13-68
47            android:exported="false" >
47-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:27:13-37
48            <meta-data
48-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:29:13-31:52
49                android:name="androidx.emoji2.text.EmojiCompatInitializer"
49-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:30:17-75
50                android:value="androidx.startup" />
50-->[androidx.emoji2:emoji2:1.2.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/66814d0c9c223a08105bc116aeb53dd5/transformed/emoji2-1.2.0/AndroidManifest.xml:31:17-49
51            <meta-data
51-->[androidx.lifecycle:lifecycle-process:2.6.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7ec8a3761a9e241453ffde53c368cd27/transformed/lifecycle-process-2.6.0/AndroidManifest.xml:29:13-31:52
52                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
52-->[androidx.lifecycle:lifecycle-process:2.6.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7ec8a3761a9e241453ffde53c368cd27/transformed/lifecycle-process-2.6.0/AndroidManifest.xml:30:17-78
53                android:value="androidx.startup" />
53-->[androidx.lifecycle:lifecycle-process:2.6.0] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7ec8a3761a9e241453ffde53c368cd27/transformed/lifecycle-process-2.6.0/AndroidManifest.xml:31:17-49
54            <meta-data
54-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:30:13-32:52
55                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
55-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:31:17-85
56                android:value="androidx.startup" />
56-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:32:17-49
57        </provider>
58
59        <receiver
59-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:35:9-47:20
60            android:name="androidx.profileinstaller.ProfileInstallReceiver"
60-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:36:13-76
61            android:directBootAware="false"
61-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:37:13-44
62            android:enabled="true"
62-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:38:13-35
63            android:exported="true"
63-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:39:13-36
64            android:permission="android.permission.DUMP" >
64-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:40:13-57
65            <intent-filter>
65-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:41:13-43:29
66                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
66-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:42:17-91
66-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:42:25-88
67            </intent-filter>
68            <intent-filter>
68-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:44:13-46:29
69                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
69-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:45:17-85
69-->[androidx.profileinstaller:profileinstaller:1.2.1] /Users/Michal.Brewczak/.gradle/caches/transforms-3/7fa3d88329f1a563d327c2afe7a56157/transformed/profileinstaller-1.2.1/AndroidManifest.xml:45:25-82
70            </intent-filter>
71        </receiver>
72    </application>
73
74</manifest>
