summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2014-08-21 19:24:47 -0700
committerJim Miller <jaggies@google.com>2014-08-21 19:46:26 -0700
commit9d25005e7ab39bcc14722f7bdb977ceccb6107dc (patch)
treec1decb64e251819db8cd6805bb7f563fbfca8231 /res/values
parent2534be37462f9ab5c98ca07758d71f98019eddf4 (diff)
downloadpackages_apps_Settings-9d25005e7ab39bcc14722f7bdb977ceccb6107dc.zip
packages_apps_Settings-9d25005e7ab39bcc14722f7bdb977ceccb6107dc.tar.gz
packages_apps_Settings-9d25005e7ab39bcc14722f7bdb977ceccb6107dc.tar.bz2
Show trust agent entries as disabled rather than removing them.
Fixes bug 17108810 Change-Id: I646f5c299cd680d5c3a4978610f3852eba4b116b
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6e962d1..27509a5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1103,6 +1103,9 @@
<!-- Title of preference to manage trust agents -->
<string name="manage_trust_agents">Trust agents</string>
+ <!-- Summary shown when trust agent settings is disabled because the user hasn't set up primary security -->
+ <string name="disabled_because_no_backup_security">To use, first set a screen lock</string>
+
<!-- Summary of preference to manage device policies -->
<string name="manage_trust_agents_summary">View or deactivate trust agents</string>