aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-09-01 16:28:48 -0700
committerScott Jackson <daneren2005@gmail.com>2016-09-01 16:28:48 -0700
commitd3cd581edd08ba9811aa4f87362ea81a02fe11db (patch)
tree434ca996c0bb21ec3005ecea064e5bdcf81cb2da /app/src/main/res/values
parentd8c5a9f8b4b58489e113c637d358ba64df899a42 (diff)
downloaddsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.tar.gz
dsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.tar.bz2
dsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.zip
Fixes #732: Add support for runtime permissions
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b987bad6..92d0bb8a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -648,6 +648,8 @@
<string name="details.expiration">Expiration</string>
<string name="details.played_count">Played Count</string>
+ <string name="permission.external_storage.failed">DSub cannot function without the ability to write to storage</string>
+
<plurals name="select_album_n_songs">
<item quantity="zero">No songs</item>
<item quantity="one">One song</item>