summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/security_settings_password.xml')
-rw-r--r--res/xml/security_settings_password.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/xml/security_settings_password.xml b/res/xml/security_settings_password.xml
index 6411091..369f9ce 100644
--- a/res/xml/security_settings_password.xml
+++ b/res/xml/security_settings_password.xml
@@ -25,9 +25,9 @@
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: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"
@@ -38,6 +38,12 @@
android:key="unlock_tactile_feedback"
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
+ <PreferenceScreen
+ android:fragment="com.android.settings.OwnerInfoSettings"
+ android:key="owner_info_settings"
+ android:title="@string/owner_info_settings_title"
+ android:summary="@string/owner_info_settings_summary"/>
+
</PreferenceCategory>
</PreferenceScreen>