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
Trying to upload a file and I see the intent chooser. Tap on the camera, but it does not open. I always get Activity.RESULT_CANCELLED in onActivityResult.
Using a Huawei Mate 20 with Android 10 installed.
PS: Had to modify the switch inside onShowFileChooser, because I was getting an empty String acceptType and camera wasn't even showing in the intent chooser
The text was updated successfully, but these errors were encountered:
Trying to upload a file and I see the intent chooser. Tap on the camera, but it does not open. I always get Activity.RESULT_CANCELLED in onActivityResult.
Using a Huawei Mate 20 with Android 10 installed.
PS: Had to modify the switch inside onShowFileChooser, because I was getting an empty String acceptType and camera wasn't even showing in the intent chooser
The text was updated successfully, but these errors were encountered: