This commit is contained in:
Hamza-Ayed
2026-05-14 18:24:32 +03:00
commit 8272065938
646 changed files with 50360 additions and 0 deletions

View File

@@ -0,0 +1,225 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.jordanbot.autoride.debug"
4 android:versionCode="1"
5 android:versionName="1.0.0" >
6
7 <uses-sdk
8 android:minSdkVersion="26"
9 android:targetSdkVersion="34" />
10
11 <!-- Core permissions -->
12 <uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" />
12-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:6:5-129
12-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:6:22-90
13 <uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE" />
13-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:7:5-121
13-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:7:22-82
14 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
14-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:8:5-78
14-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:8:22-75
15 <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
15-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:9:5-77
15-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:9:22-74
16 <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
16-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:10:5-89
16-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:10:22-86
17 <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
17-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:11:5-77
17-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:11:22-74
18
19 <!-- Keep alive -->
20 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
20-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:14:5-81
20-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:14:22-78
21 <uses-permission android:name="android.permission.WAKE_LOCK" />
21-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:15:5-68
21-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:15:22-65
22 <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
22-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:16:5-95
22-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:16:22-92
23
24 <!-- Network (for future activation API) -->
25 <uses-permission android:name="android.permission.INTERNET" />
25-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:19:5-67
25-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:19:22-64
26 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
26-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:20:5-79
26-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:20:22-76
27
28 <permission
28-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:22:5-24:47
29 android:name="com.jordanbot.autoride.debug.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
29-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:23:9-81
30 android:protectionLevel="signature" />
30-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:24:9-44
31
32 <uses-permission android:name="com.jordanbot.autoride.debug.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
32-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:26:5-97
32-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:26:22-94
33
34 <application
34-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:22:5-74:19
35 android:allowBackup="true"
35-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:23:9-35
36 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
36-->[androidx.core:core:1.13.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/8e0a0bff2d388b6446750efdf4a5758f/transformed/core-1.13.1/AndroidManifest.xml:28:18-86
37 android:dataExtractionRules="@xml/data_extraction_rules"
37-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:24:9-65
38 android:debuggable="true"
39 android:extractNativeLibs="false"
40 android:fullBackupContent="@xml/backup_rules"
40-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:25:9-54
41 android:icon="@mipmap/ic_launcher"
41-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:26:9-43
42 android:label="@string/app_name"
42-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:27:9-41
43 android:roundIcon="@mipmap/ic_launcher_round"
43-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:28:9-54
44 android:supportsRtl="true"
44-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:29:9-35
45 android:testOnly="true"
46 android:theme="@style/Theme.JordanBot" >
46-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:30:9-47
47 <activity
47-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:33:9-40:20
48 android:name="com.jordanbot.autoride.MainActivity"
48-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:34:13-41
49 android:exported="true" >
49-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:35:13-36
50 <intent-filter>
50-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:36:13-39:29
51 <action android:name="android.intent.action.MAIN" />
51-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:37:17-69
51-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:37:25-66
52
53 <category android:name="android.intent.category.LAUNCHER" />
53-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:38:17-77
53-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:38:27-74
54 </intent-filter>
55 </activity>
56
57 <service
57-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:42:9-50:19
58 android:name="com.jordanbot.autoride.service.RideNotificationListener"
58-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:43:13-61
59 android:exported="true"
59-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:46:13-36
60 android:label="@string/app_name"
60-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:44:13-45
61 android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
61-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:45:13-87
62 <intent-filter>
62-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:47:13-49:29
63 <action android:name="android.service.notification.NotificationListenerService" />
63-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:48:17-99
63-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:48:25-96
64 </intent-filter>
65 </service>
66 <service
66-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:52:9-63:19
67 android:name="com.jordanbot.autoride.service.RideAccessibilityService"
67-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:53:13-61
68 android:exported="true"
68-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:56:13-36
69 android:label="@string/app_name"
69-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:54:13-45
70 android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE" >
70-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:55:13-79
71 <intent-filter>
71-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:57:13-59:29
72 <action android:name="android.accessibilityservice.AccessibilityService" />
72-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:58:17-92
72-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:58:25-89
73 </intent-filter>
74
75 <meta-data
75-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:60:13-62:64
76 android:name="android.accessibilityservice"
76-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:61:17-60
77 android:resource="@xml/accessibility_config" />
77-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:62:17-61
78 </service>
79 <service
79-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:65:9-67:40
80 android:name="com.jordanbot.autoride.service.OverlayService"
80-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:66:13-51
81 android:exported="false" />
81-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:67:13-37
82 <service
82-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:69:9-72:40
83 android:name="com.jordanbot.autoride.service.BotForegroundService"
83-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:70:13-57
84 android:exported="false"
84-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:72:13-37
85 android:foregroundServiceType="specialUse" />
85-->/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/AndroidManifest.xml:71:13-55
86
87 <provider
87-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20
88 android:name="androidx.startup.InitializationProvider"
88-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67
89 android:authorities="com.jordanbot.autoride.debug.androidx-startup"
89-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68
90 android:exported="false" >
90-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37
91 <meta-data
91-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52
92 android:name="androidx.emoji2.text.EmojiCompatInitializer"
92-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75
93 android:value="androidx.startup" />
93-->[androidx.emoji2:emoji2:1.3.0] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/192474c036ec43764acdf6f3e34ae042/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49
94 <meta-data
94-->[androidx.lifecycle:lifecycle-process:2.8.4] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/5b8ea465910fd80be9fa1407ed6ac524/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:29:13-31:52
95 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
95-->[androidx.lifecycle:lifecycle-process:2.8.4] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/5b8ea465910fd80be9fa1407ed6ac524/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:30:17-78
96 android:value="androidx.startup" />
96-->[androidx.lifecycle:lifecycle-process:2.8.4] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/5b8ea465910fd80be9fa1407ed6ac524/transformed/lifecycle-process-2.8.4/AndroidManifest.xml:31:17-49
97 <meta-data
97-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52
98 android:name="androidx.profileinstaller.ProfileInstallerInitializer"
98-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85
99 android:value="androidx.startup" />
99-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49
100 </provider>
101
102 <receiver
102-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20
103 android:name="androidx.profileinstaller.ProfileInstallReceiver"
103-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76
104 android:directBootAware="false"
104-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44
105 android:enabled="true"
105-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35
106 android:exported="true"
106-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36
107 android:permission="android.permission.DUMP" >
107-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57
108 <intent-filter>
108-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29
109 <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
109-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91
109-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88
110 </intent-filter>
111 <intent-filter>
111-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29
112 <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
112-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85
112-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82
113 </intent-filter>
114 <intent-filter>
114-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29
115 <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
115-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88
115-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85
116 </intent-filter>
117 <intent-filter>
117-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29
118 <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
118-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95
118-->[androidx.profileinstaller:profileinstaller:1.3.1] /Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/4e16cc280eaa0a1f5277c41379c36ea2/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92
119 </intent-filter>
120 </receiver>
121 </application>
122
123</manifest>