darsh2 / MultipleImageSelect

Android library that provides for multiple image selection.
Apache License 2.0
300 stars 112 forks source link

in android 10 images are not showing #61

Open gunturanilkumar007 opened 4 years ago

gunturanilkumar007 commented 4 years ago

What is the problem with android 10version

AndreiMorar commented 4 years ago

Same issue... +1

giangnt01046 commented 4 years ago

any update on this bros ? i have the same issue

muthuzeemart commented 4 years ago

Can't select images in android 10.. any solution for this?

RajprudhviMarella commented 4 years ago

same issue any update on this ?

tuanhoang97 commented 3 years ago

The android 10 introduce new feature of storage is Storage Scope, that make we can't refer to image from gallery by path, we must using uri, provide by MediaStore to get uri But we can using old storage mechanic in android 10 by define android:requestLegacyExternalStorage=true in manifest, and it will work