android-image-picker
android-image-picker copied to clipboard
Android API 33 (tiramisu) permission problem
Expected Behavior
Support for tiramisu (API 33)
Actual Behavior
READ_EXTERNAL_STORAGE permission is replaced with READ_MEDIA_IMAGES & READ_MEDIA_VIDEO.
Even if those permissions are granted, I see a popup saying: "Please grant storage permission to select images"
Steps to Reproduce the Problem
- set compileSdkVersion = 33
- try to open image picker for selecting image/video NOTE: Problem is reproducible with API version >= 30
Specifications
- Image Picker Version: 3.0.0 beta5
- Android OS: 13 Beta 3
- Phone: Pixel 5 (Emulator)