Hi there, I want to ask if there any API to know t...
# android
l
Hi there, I want to ask if there any API to know that whether user has rejected dynamic permission twice?
😶 2
👍 1
Because
requestPermissions()
will not prompt the dialog to request permission from user if user has rejected twice ever.
So I need to get this status and guide user to Settings to grant the permission manually.