summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b7a33878..23205463 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -227,4 +227,9 @@
<!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] -->
<string name="app_permissions_group_summary"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> apps allowed</string>
+ <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown -->
+ <string name="menu_show_system">Show system</string>
+ <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden -->
+ <string name="menu_hide_system">Hide system</string>
+
</resources>