mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
add accessibility service as second method for locking the screen (cf. #65)
This commit is contained in:
parent
9848785b3e
commit
f61f861950
12 changed files with 206 additions and 27 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue