aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:08:29 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:08:29 +0100
commit78ef54d600163638e74cdccb1f44f19dfa7ec3b4 (patch)
treeab7a3026ff4ef0b1554cfb1501429c9352d4faf3 /src/main/res/values/strings.xml
parent94b1f705c5f603ec80f6a482a5c9574d14041d07 (diff)
catch security exception when passing on share intent that didn't give us permission
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 83de8be6b..0716acf07 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -976,4 +976,5 @@
<string name="intro_desc_privacy">Pix-Art Messenger will neither sell nor analyze your data and you decide which permissions you grant.</string>
<string name="no_results">No results</string>
<string name="file_transmission_cancelled">file transmission cancelled</string>
+ <string name="sharing_application_not_grant_permission">The sharing application did not grant permission to access this file.</string>
</resources>