Android RoleManager, How to handle “Don't ask again” in while requesting?

250 Views Asked by At

In Google documention there is no any information about, how to handle if user click “Don't ask again”. So if user click on it, in next time the app will not open a dialog for user. And in onActivityResult it returns just RESULT_CANCELED

1

There are 1 best solutions below

0
On

If the role is granted, the resultCode will be Activity.RESULT_OK, otherwise it will be Activity.RESULT_CANCELED. source

The short answer is IS NOT POSSIBLE.