Fix 3024522: Add new "Off" setting to LockScreen options.
This allows the user to tell the device to not show lock screen at all as long as the DevicePolicyManager allows it. Change-Id: Id46002500b47fc955565be197ac78b7b13b6757d
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
android:key="security_picker_category"
|
||||
android:title="@string/lock_settings_picker_title">
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="unlock_set_off"
|
||||
android:title="@string/unlock_set_unlock_off_title"
|
||||
android:summary="@string/unlock_set_unlock_off_summary"
|
||||
android:persistent="false"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="unlock_set_none"
|
||||
android:title="@string/unlock_set_unlock_none_title"
|
||||
|
||||
Reference in New Issue
Block a user