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?
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.