action: lock screen

This commit is contained in:
yzqzss 2024-10-26 22:32:15 +08:00
parent 6cabcf51bd
commit 9bc8d6bb6d
6 changed files with 110 additions and 5 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
android:accessibilityEventTypes="typeAllMask"
android:accessibilityFeedbackType="feedbackAllMask"
android:accessibilityFlags="flagDefault"
android:description="@string/accessibility_service_description"
/>