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