Take screenshot action added

This commit is contained in:
2023-12-16 13:52:18 +01:00
parent ac74b52aed
commit 38644cee28
11 changed files with 94 additions and 14 deletions

View File

@ -250,6 +250,10 @@
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/config_accessibility_service" />
</service>
</application>