Closed yksolanki9 closed 2 years ago
From what I know is that you are not able to directly open the App Permissions
screen programmatically on Android. You will always need to go to ApplicationDetails
first.
My bad, it seems like this is an issue with android. You can close this issue. Thanks for the clarification!
In case the user denies camera permission, I want to redirect them directly to the
App Permissions
setting where they can manually give access. But, it seems that the plugin doesn't support it. The closest I came, is redirecting the user to theApplicationDetails
setting, then ask them to click onPermission
and then provide the necessary permissions.Now the issue with this is that, not all Android skins have the same flow. For example, on one of my android device, after redirecting to
ApplicationDetails
, I have to click onPrivacy
->Permissions
and then give the permissions.Direct redirection to the
App Permissions
page would fix this and provide a better UX.