We have upgraded our application to Android M and now it asks for user access before using any of the permissions in dangerous permission set introduced in Android M.
A pop up will be shown to user asking for access. if user chooses to deny access as expected we disallow user from user from using feature , but again request user for access.
While the user access pop up shown if user checks never ask again checkbox and chooses to deny access... no pop up for user access will be shown further. But since access to permission is critical so some how we want to let user know that a critical permission access is missing.
How to handle this situation.
Thanks