summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_misc.xml
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-03-24 21:21:51 +0100
committerAdrian Roos <roosa@google.com>2014-03-31 23:00:51 +0200
commit5954ff505fa7c35d4ff0ca0c8e74c16551a43c04 (patch)
treeed5d0ed8cc63ad59b3ee71338d38e8ff3b436a8c /res/xml/security_settings_misc.xml
parent3726525d50d480a3d954c103a844f0c4b3c7d3e0 (diff)
downloadpackages_apps_Settings-5954ff505fa7c35d4ff0ca0c8e74c16551a43c04.zip
packages_apps_Settings-5954ff505fa7c35d4ff0ca0c8e74c16551a43c04.tar.gz
packages_apps_Settings-5954ff505fa7c35d4ff0ca0c8e74c16551a43c04.tar.bz2
Add initial trust agent settings
Adds a first version of the trust agent settings under Security -> Device Administration -> Trust Agents. Change-Id: I2e2dc41208d13cc1b11bb21d427c6f86053a3640
Diffstat (limited to 'res/xml/security_settings_misc.xml')
-rw-r--r--res/xml/security_settings_misc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml
index 299bdf6..58f92d8 100644
--- a/res/xml/security_settings_misc.xml
+++ b/res/xml/security_settings_misc.xml
@@ -45,6 +45,11 @@
android:persistent="false"
android:fragment="com.android.settings.DeviceAdminSettings"/>
+ <Preference 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"