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
Step => First time app open and click onCameraClick i got log, permission status isDenied "Print : cameraPermission.status Denied(shouldShowRationale=false)" then permission popup open and i click "Don't Allow" in Permission Dialog. then again i click on onCameraClick i Got log "cameraPermission.status Denied(shouldShowRationale=true)" and permission dialog is open and again i clicked on "Don't Allow". And again i click on camera in this case i need to go to camera setting in log i got "Print : cameraPermission.status Denied(shouldShowRationale=false)" .
How we will get to know we need to send to app setting becauser permission is denied 2 time.
The text was updated successfully, but these errors were encountered:
Step => First time app open and click onCameraClick i got log, permission status isDenied "Print : cameraPermission.status Denied(shouldShowRationale=false)" then permission popup open and i click "Don't Allow" in Permission Dialog. then again i click on onCameraClick i Got log "cameraPermission.status Denied(shouldShowRationale=true)" and permission dialog is open and again i clicked on "Don't Allow". And again i click on camera in this case i need to go to camera setting in log i got "Print : cameraPermission.status Denied(shouldShowRationale=false)" .
How we will get to know we need to send to app setting becauser permission is denied 2 time.
The text was updated successfully, but these errors were encountered: