mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
make device admin the preferred method for locking the screen
This commit is contained in:
parent
2b7999cfdc
commit
36ee8033ed
6 changed files with 41 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue