Update: 2026-05-16 20:09:33

This commit is contained in:
Hamza-Ayed
2026-05-16 20:09:33 +03:00
parent 21adfb8eb1
commit 3622328363
2616 changed files with 349646 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:accessibilityEventTypes="typeWindowStateChanged|typeWindowContentChanged"
android:accessibilityFeedbackType="feedbackGeneric"
android:accessibilityFlags="flagDefault|flagReportViewIds|flagRetrieveInteractiveWindows"
android:canRetrieveWindowContent="true"
android:description="@string/accessibility_service_description"
android:notificationTimeout="100"
android:settingsActivity="com.jordanbot.autoride.MainActivity" />

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<include domain="sharedpref" path="."/>
</full-backup-content>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules>
<cloud-backup>
<!-- Customize cloud backup here -->
</cloud-backup>
<device-transfer>
<!-- Customize device transfer here -->
</device-transfer>
</data-extraction-rules>