summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-01-08 14:47:45 -0800
committerd34d <clark@cyngn.com>2016-01-08 15:00:50 -0800
commitbf494dfad68db9a53d3ae1210a9bc9acf147b258 (patch)
tree8d56c1df1b86d08ca57445a83826e4843b333236 /res
parentffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e (diff)
downloadpackages_apps_ThemeChooser-bf494dfad68db9a53d3ae1210a9bc9acf147b258.tar.gz
packages_apps_ThemeChooser-bf494dfad68db9a53d3ae1210a9bc9acf147b258.tar.bz2
packages_apps_ThemeChooser-bf494dfad68db9a53d3ae1210a9bc9acf147b258.zip
Request READ_EXTERNAL_STORAGE permission
This bumps the target SDK up to 23 and gracefully handles getting the required permissions from the user. Change-Id: I66e0d8f4e6f28039811636e3684b2eb7c2bba336 TICKET: CYNGNOS-1565
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 88b417e..e191128 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -87,4 +87,6 @@
<string name="per_app_theme_applying">Your theme is being applied</string>
<string name="per_app_theme_app_not_overlaid_warning">Theme does not support this app, some elements may not change.</string>
+ <string name="read_external_permission_denied_message">Theme chooser cannot access media and is unable to pick an image at this time.</string>
+
</resources>