Merge "Add runtime permission summary for M apps"

This commit is contained in:
Jason Monk
2015-04-07 19:21:40 +00:00
committed by Android (Google) Code Review
3 changed files with 183 additions and 0 deletions

View File

@@ -6142,6 +6142,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] -->