summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pin.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-01-09 18:00:28 -0800
committerJim Miller <jaggies@google.com>2011-01-10 18:26:20 -0800
commitc9787070bab332b80676b745a44dd8ee4d72073d (patch)
tree00bc8d12d21d2e9b92949c8ef60243ad1e688ed3 /res/xml/security_settings_pin.xml
parent9bcc69131db19842c2712304fb5699418dae415a (diff)
downloadpackages_apps_Settings-c9787070bab332b80676b745a44dd8ee4d72073d.zip
packages_apps_Settings-c9787070bab332b80676b745a44dd8ee4d72073d.tar.gz
packages_apps_Settings-c9787070bab332b80676b745a44dd8ee4d72073d.tar.bz2
Fix 3333490,3250193: Update LockScreen settings
This updates LockScreen to conform to the latest UI design. Change-Id: Ie88a26db7912ddb4331804e347189cc084c481f4
Diffstat (limited to 'res/xml/security_settings_pin.xml')
-rw-r--r--res/xml/security_settings_pin.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml
index 369f9ce..0c8ff97 100644
--- a/res/xml/security_settings_pin.xml
+++ b/res/xml/security_settings_pin.xml
@@ -20,6 +20,12 @@
android:key="security_category"
android:title="@string/lock_settings_title">
+ <PreferenceScreen
+ android:key="unlock_set_or_change"
+ android:title="@string/unlock_set_unlock_launch_picker_title"
+ android:summary="@string/unlock_set_unlock_mode_pin"
+ android:persistent="false"/>
+
<ListPreference
android:key="lock_after_timeout"
android:title="@string/lock_after_timeout"
@@ -28,12 +34,6 @@
android:entryValues="@array/lock_after_timeout_values"
android:persistent="false"/>
- <PreferenceScreen
- android:key="unlock_set_or_change"
- android:title="@string/unlock_set_unlock_launch_picker_change_title"
- android:summary="@string/unlock_set_unlock_launch_picker_change_summary"
- android:persistent="false"/>
-
<CheckBoxPreference
android:key="unlock_tactile_feedback"
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>