make device admin the preferred method for locking the screen

This commit is contained in:
Josia Pietsch 2024-12-21 15:05:24 +01:00
parent 2b7999cfdc
commit 36ee8033ed
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 41 additions and 26 deletions

View file

@ -15,18 +15,20 @@
android:text="@string/screen_lock_method_dialog_text"
android:textColor="@android:color/black" />
<Button
android:id="@+id/dialog_select_lock_method_button_accessibility"
android:text="@string/screen_lock_method_use_accessibility"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/dialog_select_lock_method_button_device_admin"
android:text="@string/screen_lock_method_use_device_admin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/dialog_select_lock_method_button_accessibility"
android:text="@string/screen_lock_method_use_accessibility"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</ScrollView>