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:
Jim Miller
2010-11-19 18:38:01 -08:00
parent 52322a9173
commit 3970c38840
3 changed files with 47 additions and 29 deletions

View File

@@ -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"