diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/security_settings_pattern.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml index 137fc4b..c047213 100644 --- a/res/xml/security_settings_pattern.xml +++ b/res/xml/security_settings_pattern.xml @@ -35,6 +35,16 @@ android:persistent="false" android:title="@string/lockpattern_settings_enable_visible_pattern_title"/> + <SwitchPreference + android:key="visible_error_pattern" + android:persistent="false" + android:title="@string/lockpattern_settings_enable_error_path_title"/> + + <SwitchPreference + android:key="visibledots" + android:persistent="false" + android:title="@string/lockpattern_settings_enable_dots_title"/> + <ListPreference android:key="lock_after_timeout" android:title="@string/lock_after_timeout" |