summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-12-17 21:32:46 +0800
committerUmair Khan <omerjerk@gmail.com>2016-01-04 14:25:36 +0530
commit852bcd16b075d74f3c24373d8321f9b193200c2e (patch)
tree6f0a4c80f38caf2d22003d0757c24ca29969a0b6 /res
parentad614da6fd8a6c85ac98bd27d92e2801098e2bf6 (diff)
downloadpackages_apps_browser-852bcd16b075d74f3c24373d8321f9b193200c2e.zip
packages_apps_browser-852bcd16b075d74f3c24373d8321f9b193200c2e.tar.gz
packages_apps_browser-852bcd16b075d74f3c24373d8321f9b193200c2e.tar.bz2
Browser: runtime permissions
Change-Id: I19caa970421898196c005aa9ad7cc651cd574c0a Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index e5f22ac..321c33a 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -39,4 +39,10 @@
<string name="onehand_title">OneHand Navigation</string>
<string name="onehand_summary">Easier web navigation with swipes and quick actions</string>
+ <!-- Permission check -->
+ <string name="permission_not_granted_dialog_title">Permission not granted</string>
+ <string name="permission_not_granted_dialog_message">The permission to write to external storage was not granted. Cannot download.</string>
+ <string name="browser_error_title">Browser error</string>
+ <string name="dialog_dismiss">Dismiss</string>
+ <string name="error_permissions">The app does not have critical permissions needed to run. Please check your permissions settings.</string>
</resources>