aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-01-11 11:16:36 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-14 14:55:49 -0800
commit6a4f804228c5ce93ccc48a2e2725d32d83a5bd8c (patch)
treea25aa1067c2da6078f6b9006df85daf47baedcd4 /res
parent1304d693154c2dff936003fee76aa82abde82814 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-6a4f804228c5ce93ccc48a2e2725d32d83a5bd8c.tar.gz
android_packages_wallpapers_PhotoPhase-6a4f804228c5ce93ccc48a2e2725d32d83a5bd8c.tar.bz2
android_packages_wallpapers_PhotoPhase-6a4f804228c5ce93ccc48a2e2725d32d83a5bd8c.zip
PhotoPhase: ask for runtime permissions
Ref: CYNGNOS-1555 Change-Id: I7cc351fca1085ec29823b12d3959b83142eac4cb Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b26417a..d06e721 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,6 +26,9 @@
<!-- No images message -->
<string name="no_pictures_oops_msg">No pictures found</string>
+ <!-- runtime permission warning -->
+ <string name="runtime_permission_warning">The application can not run without permission to read the external storage.</string>
+
<!-- Menus -->
<string name="mnu_ok" translatable="false">@android:string/ok</string>
<string name="mnu_restore">Restore</string>