summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pattern.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2010-08-30 22:07:58 -0700
committerJim Miller <jaggies@google.com>2010-09-01 19:53:25 -0700
commit86624a21540e2cd336573a55adb5d3997e4a717d (patch)
treec7150c534af74ec656397e7fd90e3a85359762e8 /res/xml/security_settings_pattern.xml
parent5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f (diff)
downloadpackages_apps_Settings-86624a21540e2cd336573a55adb5d3997e4a717d.tar.gz
packages_apps_Settings-86624a21540e2cd336573a55adb5d3997e4a717d.tar.bz2
packages_apps_Settings-86624a21540e2cd336573a55adb5d3997e4a717d.zip
Fix 2579224: Add a separate timeout for lockscreen vs display
This change adds a second timeout to the SecuritySettings page separate from the standard display timeout. Change-Id: I033a3578d876148bd723dee5d1a2531be5d6b51d
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r--res/xml/security_settings_pattern.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml
index 095828acf..200c2602a 100644
--- a/res/xml/security_settings_pattern.xml
+++ b/res/xml/security_settings_pattern.xml
@@ -20,6 +20,14 @@
android:key="security_category"
android:title="@string/lock_settings_title">
+ <ListPreference
+ android:key="lock_after_timeout"
+ android:title="@string/lock_after_timeout"
+ android:summary="@string/lock_after_timeout_summary"
+ android:entries="@array/lock_after_timeout_entries"
+ 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"