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

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:padding="10dp"
android:layout_height="match_parent">
<de.jrpie.android.launcher.ui.util.HtmlTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/screen_lock_method_dialog_text"
android:id="@+id/dialog_select_lock_method_text"
android:textColor="@color/material_dynamic_primary0"
/>
</LinearLayout>