aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-06-10 22:58:20 +0200
committerChristian Schneppe <christian@pix-art.de>2016-06-10 22:58:20 +0200
commitaca07ad7418ed366acb144788844a63d9d154f41 (patch)
tree1ce55d49d8a3976f8fbf2f7e91cec7f70dcf3120 /src/main/res/values
parent5f08b8f3b4abb131a4a196e54f648d97546af985 (diff)
check and request all needed permissions on startup
>= SDK 23 (Marshmallow)
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 550bdbe47..3566ca0d3 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -660,4 +660,7 @@
<string name="pref_broadcast_last_activity_summary">Let all your contacts know when use Pix-Art Messenger</string>
<string name="pref_privacy">Privacy</string>
<string name="invite_user">Invite to Pix-Art Messenger</string>
+ <string name="request_permissions_title">Pix-Art Messenger permissions</string>
+ <string name="request_permissions_message">Pix-Art Messenger will ask you to allow a few permissions. It is important that you allow all these permissions to use all features of this messenger. If you deny any of these permissions the app will close itself.</string>
+ <string name="request_permissions_message_again">You have denied some or all permissions needed for Pix-Art Messenger. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself.</string>
</resources>