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.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/res/xml/security_settings_password.xml b/res/xml/security_settings_password.xml
index 7587af8..c073fe0 100644
--- a/res/xml/security_settings_password.xml
+++ b/res/xml/security_settings_password.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">
<ListPreference
android:key="lock_after_timeout"
@@ -53,6 +52,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>