1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.jordanbot.installer"
4    android:versionCode="1"
5    android:versionName="1.0.0" >
6
7    <uses-sdk
8        android:minSdkVersion="26"
9        android:targetSdkVersion="34" />
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:4:5-67
11-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:4:22-64
12    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
12-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:5:5-83
12-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:5:22-80
13    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
13-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:6:5-77
13-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:6:22-74
14
15    <permission
15-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:22:5-24:47
16        android:name="com.jordanbot.installer.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
16-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:23:9-81
17        android:protectionLevel="signature" />
17-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:24:9-44
18
19    <uses-permission android:name="com.jordanbot.installer.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
19-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:26:5-97
19-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:26:22-94
20
21    <application
21-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:8:5-36:19
22        android:allowBackup="false"
22-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:9:9-36
23        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
23-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:28:18-86
24        android:extractNativeLibs="false"
25        android:icon="@mipmap/ic_launcher"
25-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:10:9-43
26        android:label="@string/app_name"
26-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:11:9-41
27        android:roundIcon="@mipmap/ic_launcher_round"
27-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:12:9-54
28        android:supportsRtl="true"
28-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:13:9-35
29        android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" >
29-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:14:9-68
30        <activity
30-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:16:9-24:20
31            android:name="com.jordanbot.installer.MainActivity"
31-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:17:13-41
32            android:exported="true"
32-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:18:13-36
33            android:launchMode="singleTask" >
33-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:19:13-44
34            <intent-filter>
34-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:20:13-23:29
35                <action android:name="android.intent.action.MAIN" />
35-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:21:17-69
35-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:21:25-66
36
37                <category android:name="android.intent.category.LAUNCHER" />
37-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:22:17-77
37-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:22:27-74
38            </intent-filter>
39        </activity>
40
41        <provider
42            android:name="androidx.core.content.FileProvider"
42-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:27:13-62
43            android:authorities="com.jordanbot.installer.fileprovider"
43-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:28:13-64
44            android:exported="false"
44-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:29:13-37
45            android:grantUriPermissions="true" >
45-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:30:13-47
46            <meta-data
46-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:31:13-33:54
47                android:name="android.support.FILE_PROVIDER_PATHS"
47-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:32:17-67
48                android:resource="@xml/file_paths" />
48-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/installer/src/main/AndroidManifest.xml:33:17-51
49        </provider>
50        <provider
50-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20
51            android:name="androidx.startup.InitializationProvider"
51-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67
52            android:authorities="com.jordanbot.installer.androidx-startup"
52-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68
53            android:exported="false" >
53-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37
54            <meta-data
54-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52
55                android:name="androidx.emoji2.text.EmojiCompatInitializer"
55-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75
56                android:value="androidx.startup" />
56-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49
57            <meta-data
57-->[androidx.lifecycle:lifecycle-process:2.6.2] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/44d9374c2fc79a1ce870385ec114cea5/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/hamzaaleghwairyeen/.gradle/caches/transforms-4/44d9374c2fc79a1ce870385ec114cea5/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/hamzaaleghwairyeen/.gradle/caches/transforms-4/44d9374c2fc79a1ce870385ec114cea5/transformed/lifecycle-process-2.6.2/AndroidManifest.xml:31:17-49
60            <meta-data
60-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52
61                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
61-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85
62                android:value="androidx.startup" />
62-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49
63        </provider>
64
65        <receiver
65-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20
66            android:name="androidx.profileinstaller.ProfileInstallReceiver"
66-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76
67            android:directBootAware="false"
67-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44
68            android:enabled="true"
68-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35
69            android:exported="true"
69-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36
70            android:permission="android.permission.DUMP" >
70-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57
71            <intent-filter>
71-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29
72                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
72-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91
72-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88
73            </intent-filter>
74            <intent-filter>
74-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29
75                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
75-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85
75-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82
76            </intent-filter>
77            <intent-filter>
77-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29
78                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
78-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88
78-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85
79            </intent-filter>
80            <intent-filter>
80-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29
81                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
81-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95
81-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92
82            </intent-filter>
83        </receiver>
84    </application>
85
86</manifest>
