summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r--res/xml/security_settings_pattern.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml
index b82b149..968efc5 100644
--- a/res/xml/security_settings_pattern.xml
+++ b/res/xml/security_settings_pattern.xml
@@ -29,12 +29,11 @@
settings:keywords="@string/keywords_lockscreen"
android:persistent="false"/>
- <PreferenceScreen
- android:title="@string/lockscreen_targets_message" >
- <intent
- android:targetPackage="com.android.systemui"
- android:targetClass="com.android.systemui.cm.LockscreenShortcutsActivity" />
- </PreferenceScreen>
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:key="general_category"
+ android:title="@string/title_general">
<SwitchPreference
android:key="visiblepattern"
@@ -57,6 +56,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>