I want to ask the user to approve all permissions of the application the first time the application opens, so I did this:
The problem is that instead of asking the user to approve all permissions (one after the other), the user is asked to approve only one authorization instead of all the permissions in the list.
How can I ask the user for permission to list permissions?