summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanielle Millett <dmillett@google.com>2011-10-17 19:21:19 -0400
committerDanielle Millett <dmillett@google.com>2011-10-17 20:57:17 -0400
commit80412e70db62d64777cd3399a9afc6fafae6f0a4 (patch)
tree1c5a33f366ef6557f1a02230068a33972cc07de3 /res/xml
parent7a33de4c004c9093682b54afa3deab2fdf9ed5f6 (diff)
downloadpackages_apps_Settings-80412e70db62d64777cd3399a9afc6fafae6f0a4.zip
packages_apps_Settings-80412e70db62d64777cd3399a9afc6fafae6f0a4.tar.gz
packages_apps_Settings-80412e70db62d64777cd3399a9afc6fafae6f0a4.tar.bz2
Fix 5466557: Removed secondary screenlock settings labels
Removed summary line from the screen lock picker and displaying the about screen for face unlock every time instead of just the first time Change-Id: Iac572d2366acf28d32e632e8dcdde63475641e39
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/security_settings_picker.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/xml/security_settings_picker.xml b/res/xml/security_settings_picker.xml
index 87e69e0..6ed7d5f 100644
--- a/res/xml/security_settings_picker.xml
+++ b/res/xml/security_settings_picker.xml
@@ -19,37 +19,31 @@
<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"
- android:summary="@string/unlock_set_unlock_none_summary"
android:persistent="false"/>
<PreferenceScreen
android:key="unlock_set_biometric_weak"
android:title="@string/unlock_set_unlock_biometric_weak_title"
- android:summary="@string/unlock_set_unlock_biometric_weak_summary"
android:persistent="false"/>
<PreferenceScreen
android:key="unlock_set_pattern"
android:title="@string/unlock_set_unlock_pattern_title"
- android:summary="@string/unlock_set_unlock_pattern_summary"
android:persistent="false"/>
<PreferenceScreen
android:key="unlock_set_pin"
android:title="@string/unlock_set_unlock_pin_title"
- android:summary="@string/unlock_set_unlock_pin_summary"
android:persistent="false"/>
<PreferenceScreen
android:key="unlock_set_password"
android:title="@string/unlock_set_unlock_password_title"
- android:summary="@string/unlock_set_unlock_password_summary"
android:persistent="false"/>
</PreferenceScreen>