diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-06-21 21:27:09 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-06-21 21:27:09 +0200 |
commit | 392a754b44c35a51b70a79c0a1a265d5769c365f (patch) | |
tree | bcf862ed8af6990f2d3d73bfb9df17a78e36d10e /src/main/res | |
parent | eec3582aa7d92706fa5a519fc7110c6ac66b519d (diff) |
reworked permissions
* ask only for necessary permissions on start
* ask for location/microphone when requested
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 778a9d758..f318b7024 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -666,4 +666,5 @@ <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> <string name="unable_to_connect_to_keychain">Unable to connect to OpenKeychain</string> + <string name="no_permission">Pix-Art Messenger has no permissions</string> </resources> |