Search code examples
androidandroid-6.0-marshmallowandroid-permissionsuser-experience

How to ask and accept all permissions in only one confirm alert dialog in Android 6.0


I am create an app which need to grand four permissions: Contact, Phone, Storage. I think it really annoy user and I want to ask them only one dialog. I have try this way, but there are dialog to show confirm for each permission.

How to ask only one rational dialog with button confirm and cancel?


Solution

  • You can't club multiple permissions into one. There will be a separate dialog for each permission that is requested even you are passing permission as an array.