Regarding granular permissions on Android M.
In case the user denies twice the request for a permission,
Or that the user mark the "Never ask again".
How can I open/link directly to the app permissions settings?
Regarding granular permissions on Android M.
In case the user denies twice the request for a permission,
Or that the user mark the "Never ask again".
How can I open/link directly to the app permissions settings?
use this code for launch your app permission setting page
Let's assume in AndroidManifest.xml you have:
Then, as in the below sample activity, we can check for existing/granted permissions and then send the user to app settings if we're missing any permission:
I just tried it on Nexus 6 / AndroidOS 6 (Marshmallow).