alhazmy13 / MediaPicker

Media Picker is an Android Libary that lets you to select multiple images or video
alhazmy13.net
Apache License 2.0
268 stars 86 forks source link

Not working Android 10 #107

Closed abalta closed 4 years ago

abalta commented 4 years ago

I used this library on my 2 years old project. Everything works perfectly except Android 10 devices.

abalta commented 4 years ago

Adding android:requestLegacyExternalStorage="true" to manifest solved issue.