Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
230 stars 57 forks source link

WRITE_EXTERNAL_STORAGE is denied between Sdk 29 and 33. #103

Closed EzequielAdrianM closed 11 months ago

EzequielAdrianM commented 11 months ago

Why does the manifest of this library states WRITE_EXTERNAL_STORAGE maxSdkVersion=28?

This is causing my app's merged Manifest to lose WRITE_EXTERNAL_STORAGE permission in API level >28. But this permission is still useful up to TIRAMISU. (API 33).

Drjacky commented 11 months ago

https://support.google.com/googleplay/android-developer/answer/10467955?hl=en

https://developer.android.com/training/data-storage

DhinaMob commented 8 months ago

@Drjacky We have to handle the "MANAGE_EXTERNAL_STORAGE" permission instead of the "WRITE_EXTERNAL_STORAGE" right?