android Permissions.askAsync don't ask again

Is there any possibility to detect on a permissionrequest if the user selected
the Don’t ask again option in the permission request dialog?

Currently I am using result = await Permissions.askAsync(Permissions.CAMERA_ROLL). But when the user selected before dont't ask again then there is no more dialog. This is ok and this is default on android. But how can I detect this? On the android native side we would need the option shouldShowRequestPermissionRationale.

Thanks for help

Hey @anil_from_the_alps,

As far as I’m aware, we don’t expose this with the Permissions API.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.