nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

CAMERA Permission #155

Closed borjaseijo closed 12 months ago

borjaseijo commented 1 year ago

Hi. When you click on the camera icon in order to take a photo it's neccesary that you also request the CAMERA permissions because if you have declared this permission in the manifest and you don't request it, the library crashes, because it can be set to FALSE in Android system.

I hope that I can help you with this information.

Best regards and thank you for your great job!

nguyenhoanglam commented 1 year ago

@borjaseijo I will check this case. Thanks for your contribution!

nguyenhoanglam commented 1 year ago

Please upgrade to v1.6.1 to check if the bug is fixed. Also, help me play around with new config options and let me know if you found a Thank guy!