add accessibility service as second method for locking the screen (cf. #65)

This commit is contained in:
Josia Pietsch 2024-11-09 00:36:07 +01:00
parent 9848785b3e
commit f61f861950
Signed by: jrpie
GPG key ID: E70B571D66986A2D
12 changed files with 206 additions and 27 deletions

View file

@ -53,7 +53,7 @@
</intent-filter>
</activity>
<receiver android:name=".actions.LauncherDeviceAdmin"
<receiver android:name=".actions.lock.LauncherDeviceAdmin"
android:exported="true"
android:label="@string/app_name"
android:description="@string/device_admin_description"
@ -66,7 +66,7 @@
</intent-filter>
</receiver>
<service android:name=".actions.LauncherAccessibilityService"
<service android:name=".actions.lock.LauncherAccessibilityService"
android:exported="true"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:label="@string/accessibility_service_name">