diff options
Diffstat (limited to 'res/xml/security_settings_pin.xml')
-rw-r--r-- | res/xml/security_settings_pin.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml index 6629f28..9a29ad5 100644 --- a/res/xml/security_settings_pin.xml +++ b/res/xml/security_settings_pin.xml @@ -29,10 +29,11 @@ settings:keywords="@string/keywords_lockscreen" android:persistent="false"/> - <PreferenceScreen - android:key="lockscreen_shortcuts_settings" - android:fragment="com.android.settings.cyanogenmod.LockscreenShortcuts" - android:title="@string/lockscreen_targets_message" /> + </PreferenceCategory> + + <PreferenceCategory + android:key="general_category" + android:title="@string/title_general"> <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference android:key="lockscreen_scramble_pin_layout" @@ -56,6 +57,20 @@ 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> + + <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> </PreferenceScreen> |