summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_misc.xml
diff options
context:
space:
mode:
authorIdo Ofir <iofir@google.com>2014-05-09 14:47:15 -0700
committerIdo Ofir <iofir@google.com>2014-05-28 13:36:11 -0700
commit6f482447b05492906755d91ac4c29ec505a8a544 (patch)
tree5d6ea907f8860b2960d08117494468eb18f30399 /res/xml/security_settings_misc.xml
parent73f2110e0a31e252c76b3fa41d8014449a1da4b5 (diff)
downloadpackages_apps_Settings-6f482447b05492906755d91ac4c29ec505a8a544.zip
packages_apps_Settings-6f482447b05492906755d91ac4c29ec505a8a544.tar.gz
packages_apps_Settings-6f482447b05492906755d91ac4c29ec505a8a544.tar.bz2
Moving the trust agents settings in the security settings menu and adding
personal unlock. Change-Id: I0eeb3a32c55450af2435112a98aa44475159dc4f
Diffstat (limited to 'res/xml/security_settings_misc.xml')
-rw-r--r--res/xml/security_settings_misc.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml
index 84ce96c..c8f3e02 100644
--- a/res/xml/security_settings_misc.xml
+++ b/res/xml/security_settings_misc.xml
@@ -47,12 +47,6 @@
android:persistent="false"
android:fragment="com.android.settings.DeviceAdminSettings"/>
- <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"/>
-
<CheckBoxPreference android:key="toggle_install_applications"
android:title="@string/install_applications"
android:summaryOff="@string/install_unknown_applications"
@@ -64,7 +58,6 @@
android:summaryOff="@string/verify_applications_summary"
android:summaryOn="@string/verify_applications_summary"
android:persistent="false" />
-
</PreferenceCategory>
<PreferenceCategory android:key="credentials_management"
@@ -99,4 +92,14 @@
android:targetClass="com.android.settings.CredentialStorage"/>
</Preference>
</PreferenceCategory>
+
+ <PreferenceCategory android:key="advanced_security"
+ android:title="@string/advanced_security_title"
+ android:persistent="false">
+ <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.AdvancedSecuritySettings"/>
+ </PreferenceCategory>
</PreferenceScreen>