diff options
author | Jason Monk <jmonk@google.com> | 2015-04-03 13:43:27 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2015-04-07 15:03:57 -0400 |
commit | 6137d550b074ff29021158ffdfeff4406d3d2c3a (patch) | |
tree | 3f55784886b79111ddad0c80cffb920ba4398449 /res | |
parent | 43a0cbad1bc630aca89ff59208f8f5f6260f3efd (diff) | |
download | packages_apps_Settings-6137d550b074ff29021158ffdfeff4406d3d2c3a.zip packages_apps_Settings-6137d550b074ff29021158ffdfeff4406d3d2c3a.tar.gz packages_apps_Settings-6137d550b074ff29021158ffdfeff4406d3d2c3a.tar.bz2 |
Add runtime permission summary for M apps
Bug: 20104004
Change-Id: I88b7db34e52444a0c23a8f4ccb76e52bbb83f118
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3eaf38d..594ca01 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6098,6 +6098,12 @@ <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> permissions granted</item> </plurals> + <!-- Runtime permissions preference summary [CHAR LIMIT=40] --> + <plurals name="runtime_permissions_summary"> + <item quantity="one"><xliff:g id="count" example="1">%d</xliff:g> of <xliff:g id="count" example="1">%d</xliff:g> permission granted</item> + <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> permissions granted</item> + </plurals> + <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] --> <string name="launch_defaults_some">Some defaults set</string> <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] --> |