This repository has been archived by the owner on May 15, 2024. It is now read-only.
[Bug] MediaPicker.CapturePhotoAsync() does nothing on OnePlus 7T Pro (popup camera) #2055
Labels
bug
Something isn't working
Description
Calling MediaPicker.CapturePhotoAsync() does nothing on a OnePlus 7T Pro (Android), not even an error message can be seen. It is one of the phones with a motorized camera. One expects the camera to pop out of its enclosing, but nothing happens. Not even an errormessage. The method returns with a 'null' value.
In logcat I can see the following:
interaction: PackageSetting{f751fc1 com.tuyware.mycollections/10337} -> PackageSetting{4d18366 com.oneplus.camera/10175} BLOCKED
Steps to Reproduce
Expected Behavior
Camera to pop out, and be able to take a picture
Actual Behavior
The method returns immediatly with a 'null' value. Logcat gives the following:
interaction: PackageSetting{f751fc1 com.tuyware.mycollections/10337} -> PackageSetting{4d18366 com.oneplus.camera/10175} BLOCKED
The same code works on other devices
Basic Information
The text was updated successfully, but these errors were encountered: