Questions tagged as 'android-permissions'

1
answer

Android Run Time Permissions

I have a problem, I have one where I show a personalized Dialog, but for this type of Dialog I need the permissions like this: But for the new versions of android I need to ask for the permissions in time of execution, so I took an example...
asked by 29.04.2018 / 21:04
2
answers

Grant multiple permissions for android Marshmallow (Android 6.0)

I go straight to the problem. I want to request multiple permissions on Android 6.0 or higher versions in Android Studio And it happens to me that even though I'm praying for you to ask everyone, just ask for the first one .. code IMPORTS...
asked by 23.04.2018 / 23:18
2
answers

Get requestPermissions result when requesting permissions

I need to read and write files of a specific route in my SDcard, when I work with Android versions that do not require permission, I do not have problems, but when I work with versions that require permissions I am writing the following: if(Bu...
asked by 01.11.2016 / 22:43