diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-09-01 16:28:48 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-09-01 16:28:48 -0700 |
commit | d3cd581edd08ba9811aa4f87362ea81a02fe11db (patch) | |
tree | 434ca996c0bb21ec3005ecea064e5bdcf81cb2da /app/src/main/res | |
parent | d8c5a9f8b4b58489e113c637d358ba64df899a42 (diff) | |
download | dsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.tar.gz dsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.tar.bz2 dsub-d3cd581edd08ba9811aa4f87362ea81a02fe11db.zip |
Fixes #732: Add support for runtime permissions
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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> |