diff options
Diffstat (limited to 'res/xml/security_settings_pin.xml')
-rw-r--r-- | res/xml/security_settings_pin.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml index ac09a2c..a378ef9 100644 --- a/res/xml/security_settings_pin.xml +++ b/res/xml/security_settings_pin.xml @@ -29,6 +29,16 @@ settings:keywords="@string/keywords_lockscreen" android:persistent="false"/> + <SwitchPreference + android:key="directlyshow" + android:persistent="false" + android:title="@string/lock_directly_show_pin"/> + + <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference + android:key="lockscreen_scramble_pin_layout" + android:title="@string/unlock_scramble_pin_layout_title" + android:summary="@string/unlock_scramble_pin_layout_summary" /> + <ListPreference android:key="lock_after_timeout" android:title="@string/lock_after_timeout" @@ -41,11 +51,37 @@ android:key="power_button_instantly_locks" android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/> + <Preference + android:key="manage_trust_agents" + android:title="@string/manage_trust_agents" + android:summary="@string/manage_trust_agents_summary" + android:persistent="false" + android:fragment="com.android.settings.TrustAgentSettings"/> + + </PreferenceCategory> + + <PreferenceCategory + android:key="general_category" + android:title="@string/title_general"> + <com.android.settings.SingleLineSummaryPreference android:key="owner_info_settings" android:title="@string/owner_info_settings_title" android:summary="@string/owner_info_settings_summary"/> + <PreferenceScreen + android:key="lockscreen_shortcuts_settings" + android:title="@string/lockscreen_targets_message" > + <intent + android:targetPackage="com.android.systemui" + android:targetClass="com.android.systemui.cm.LockscreenShortcutsActivity" /> + </PreferenceScreen> + + <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference + android:key="lockscreen_visualizer" + android:title="@string/lockscreen_visualizer_title" + android:defaultValue="true"/> + </PreferenceCategory> </PreferenceScreen> |