diff options
author | Adrian Roos <roosa@google.com> | 2014-03-24 21:21:51 +0100 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2014-03-31 23:00:51 +0200 |
commit | 5954ff505fa7c35d4ff0ca0c8e74c16551a43c04 (patch) | |
tree | ed5d0ed8cc63ad59b3ee71338d38e8ff3b436a8c /res/values/strings.xml | |
parent | 3726525d50d480a3d954c103a844f0c4b3c7d3e0 (diff) | |
download | packages_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/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 90a37bf..7ad8f8e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1020,6 +1020,12 @@ <!-- Summary of preference to manage device policies --> <string name="manage_device_admin_summary">View or deactivate device administrators</string> + <!-- Title of preference to manage trust agents --> + <string name="manage_trust_agents">Trust agents</string> + + <!-- Summary of preference to manage device policies --> + <string name="manage_trust_agents_summary">View or deactivate trust agents</string> + <!-- Notification access settings (part of Security) --> <!-- Title of preference to manage notification listeners --> @@ -4064,6 +4070,9 @@ <!-- Message when there are no available device admins to display --> <string name="no_device_admins">No available device administrators</string> + <!-- Message when there are no available trust agents to display --> + <string name="no_trust_agents">No available trust agents</string> + <!-- Label for screen showing to add device policy --> <string name="add_device_admin_msg">Activate device administrator?</string> <!-- Label for button to set the active device admin --> |