Add additional permissions button to manage perms

Bug: 20269176
Change-Id: Ic004204b0fd984717a6d3848e8295edc67047883
This commit is contained in:
Jason Monk
2015-05-13 13:08:55 -04:00
parent f82cd8f4b3
commit c25f11889c
3 changed files with 109 additions and 11 deletions

View File

@@ -6592,4 +6592,10 @@
<!-- Turn on settings for system ui tuner [CHAR LIMIT=40] -->
<string name="system_ui_settings">Show SystemUI Tuner</string>
<!-- Label for button that leads to more permissions [CHAR LIMIT=40] -->
<string name="additional_permissions">Additional permissions</string>
<!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] -->
<string name="additional_permissions_more"><xliff:g id="count" example="2">%1$d</xliff:g> more</string>
</resources>