summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-03-26 23:40:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-03-26 23:40:27 +0000
commit8d2b96754c64fb2fa18a701e869d0149a324f600 (patch)
tree59481189bcf90d8dff59e4533363cabca21a5a7c /res
parent8833d43e999ab0e7c42d0e2d5cc019c6ff8acffc (diff)
parent74af95f314dda33fb234c11703a8da4bb71ddc00 (diff)
downloadandroid_packages_apps_PackageInstaller-8d2b96754c64fb2fa18a701e869d0149a324f600.tar.gz
android_packages_apps_PackageInstaller-8d2b96754c64fb2fa18a701e869d0149a324f600.tar.bz2
android_packages_apps_PackageInstaller-8d2b96754c64fb2fa18a701e869d0149a324f600.zip
Merge "Update strings for denied permissions."
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d5e53fee..6b6b904b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -466,9 +466,15 @@
<!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] -->
<string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
- <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] -->
+ <!-- Summary for showing the time and/or date of the most recent access of a denied permission by an app [CHAR LIMIT=60] -->
+ <string name="app_permission_most_recent_denied_summary">Currently denied / Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
+
+ <!-- Summary for showing that a denied app has not accessed a permission. [CHAR LIMIT=60] -->
<string name="app_permission_never_accessed_summary">Never accessed</string>
+ <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] -->
+ <string name="app_permission_never_accessed_denied_summary">Denied / Never accessed</string>
+
<!-- Header for granted permissions/apps [CHAR LIMIT=40] -->
<string name="allowed_header">Allowed</string>