New version

This commit is contained in:
2024-05-05 23:39:46 +02:00
parent 9d5f0a3cef
commit 3e29054f82
13 changed files with 9 additions and 17 deletions

View File

@@ -258,18 +258,6 @@
android:exported="true"
/>
<service android:name=".MyAccessibilityService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:exported="true">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/config_accessibility_service" />
</service>
</application>
</manifest>