summaryrefslogtreecommitdiffstats
path: root/res/values-watch
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-16 17:28:51 -0700
committerAnthony Hugh <ahugh@google.com>2015-09-16 17:28:51 -0700
commit1a61dfd0af382e64ecd6ff91361036b22fcf52e9 (patch)
tree73ff555ed83fbc0680eae56802a8a1dc74601941 /res/values-watch
parenteaa6612490e571cb7cd6f090d027202f27ade74c (diff)
downloadandroid_packages_apps_PackageInstaller-1a61dfd0af382e64ecd6ff91361036b22fcf52e9.tar.gz
android_packages_apps_PackageInstaller-1a61dfd0af382e64ecd6ff91361036b22fcf52e9.tar.bz2
android_packages_apps_PackageInstaller-1a61dfd0af382e64ecd6ff91361036b22fcf52e9.zip
Add string for Wear version of permission "enforced by policy"
Change-Id: I8dce2d15903107fd7649068415bfa9bec8beae1c
Diffstat (limited to 'res/values-watch')
-rw-r--r--res/values-watch/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-watch/strings.xml b/res/values-watch/strings.xml
index 82841f0f..2728da23 100644
--- a/res/values-watch/strings.xml
+++ b/res/values-watch/strings.xml
@@ -27,6 +27,9 @@
<!-- Preference row title for showing system apps. -->
<string name="preference_show_system_apps">Show system apps</string>
+ <!-- Summary of a permission switch when it's enforced by policy [CHAR LIMIT=17] -->
+ <string name="permission_summary_enforced_by_policy">Can\'t be changed</string>
+
<!-- Generic text to indicate that a setting is enabled. Should be in all caps. [CHAR LIMIT=40] -->
<string name="generic_enabled">ENABLED</string>
<!-- Generic text to indicate that a setting is disabled. Should be in all caps. [CHAR LIMIT=40] -->