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