summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-09-26 10:27:43 -0700
committerAmith Yamasani <yamasani@google.com>2011-09-29 15:19:07 -0700
commitcf26bb2dcc83803678bcd37bb58b677209ffb3fc (patch)
tree2643e852d1dfaebdc1f4f2b7d3d5ee17036a0229 /res/xml
parent0b174b388306038efe4e95906084c15e9c8e8f29 (diff)
downloadpackages_apps_Settings-cf26bb2dcc83803678bcd37bb58b677209ffb3fc.zip
packages_apps_Settings-cf26bb2dcc83803678bcd37bb58b677209ffb3fc.tar.gz
packages_apps_Settings-cf26bb2dcc83803678bcd37bb58b677209ffb3fc.tar.bz2
Remove "Screen lock" category header as the title is sufficient.
Bug: 5203189 Insert a descriptive text as a header view when in weak biometric fallback case. Change-Id: Ic10cc7d276975b13c188bd15016fea2200ec0e5b
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/security_settings_picker.xml25
1 files changed, 6 insertions, 19 deletions
diff --git a/res/xml/security_settings_picker.xml b/res/xml/security_settings_picker.xml
index 2d0760c..87e69e0 100644
--- a/res/xml/security_settings_picker.xml
+++ b/res/xml/security_settings_picker.xml
@@ -16,53 +16,40 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory
- android:key="security_picker_category"
- android:title="@string/lock_settings_picker_title">
-
-<!-- TODO: find a better way to display this backup info -->
- <PreferenceScreen
- android:key="unlock_backup_info"
- android:summary="@string/unlock_backup_info_summary"
- android:selectable="false"
- android:persistent="false"/>
-
- <PreferenceScreen
+ <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
+ <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
+ <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
+ <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
+ <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
+ <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"/>
- </PreferenceCategory>
-
</PreferenceScreen>