You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we deny runtime camera permission on android we get alert with message to ask user to allow permission if we deny that as well in my case app closes because i have only one activity and i'm showing embedded quickkly view <QuikklyView /> and as per current android code activity.finish(); will be called and whole app will close.
This should not happen there should be some sort of callback to notify developer that permission is not granted and developer should be allowed to manage scenario where user deny permissions instead of just closing the whole app.
The text was updated successfully, but these errors were encountered:
If we deny runtime camera permission on android we get alert with message to ask user to allow permission if we deny that as well in my case app closes because i have only one activity and i'm showing embedded quickkly view
<QuikklyView />
and as per current android code activity.finish(); will be called and whole app will close.This should not happen there should be some sort of callback to notify developer that permission is not granted and developer should be allowed to manage scenario where user deny permissions instead of just closing the whole app.
The text was updated successfully, but these errors were encountered: