summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pattern.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-08-23 01:07:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-23 01:07:03 +0000
commit8fe710682ad3f5a5ac0ed1393f3d934bea122bc5 (patch)
treed0fe086906c3da8eacf63e80aa8a8d113e83e004 /res/xml/security_settings_pattern.xml
parent8e6edba5606fd717a631aabcc4c5702bdd509033 (diff)
parent644907a86f3d3ff726a003e0680b6c45f13dbfd0 (diff)
downloadpackages_apps_Settings-8fe710682ad3f5a5ac0ed1393f3d934bea122bc5.zip
packages_apps_Settings-8fe710682ad3f5a5ac0ed1393f3d934bea122bc5.tar.gz
packages_apps_Settings-8fe710682ad3f5a5ac0ed1393f3d934bea122bc5.tar.bz2
Merge "Don't index the ChooseLockGeneric screen" into lmp-dev
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r--res/xml/security_settings_pattern.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml
index cb848c6..ceb749c 100644
--- a/res/xml/security_settings_pattern.xml
+++ b/res/xml/security_settings_pattern.xml
@@ -15,6 +15,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/lock_settings_picker_title">
<PreferenceCategory
@@ -25,6 +26,7 @@
android:key="unlock_set_or_change"
android:title="@string/unlock_set_unlock_launch_picker_title"
android:summary="@string/unlock_set_unlock_mode_pattern"
+ settings:keywords="@string/keywords_lockscreen"
android:persistent="false"/>
<SwitchPreference