android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Android API 33 (tiramisu) permission problem

Open yca-estos opened this issue 2 years ago • 0 comments

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" Screen Shot 2022-06-17 at 15 52 32

Steps to Reproduce the Problem

  1. set compileSdkVersion = 33
  2. 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)

yca-estos avatar Jun 17 '22 13:06 yca-estos