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
Unable to get intent data (data: Intent?) in onActivityResult method while choose camera. Getting only null value.
But while choose gallery, I'm able to get image Uri.
It also happing in emulator, I'm getting the following error and app crashes
android.os.FileUriExposedException: file:///storage/emulated/0/............. exposed beyond app through ClipData.Item.getUri()
The text was updated successfully, but these errors were encountered:
Unable to get intent data (data: Intent?) in onActivityResult method while choose camera. Getting only null value.
But while choose gallery, I'm able to get image Uri.
It also happing in emulator, I'm getting the following error and app crashes
android.os.FileUriExposedException: file:///storage/emulated/0/............. exposed beyond app through ClipData.Item.getUri()
The text was updated successfully, but these errors were encountered: