robertlevonyan / media-picker

Easy customizable picker for all your needs in Android application
Apache License 2.0
193 stars 35 forks source link

Permissions not granted in Android 13 #32

Open megamendhie opened 7 months ago

megamendhie commented 7 months ago

For Android 13, even after granting the app permissions for the gallery and camera, the permissions are not granted by Android. It shows "Camera permission not granted" and "Cannot access gallery" in the logcat.

supriyamaplet commented 1 month ago

@megamendhie did you find the solution for this? its same for Android 14

megamendhie commented 1 month ago

No, I couldn't find a solution to it. I just had to do a custom implementation for the project.