in android 10 images are not showing
Opened this issue · 5 comments
gunturanilkumar007 commented
What is the problem with android 10version
AndreiMorar commented
Same issue... +1
giangnt01046 commented
any update on this bros ? i have the same issue
muthuzeemart commented
Can't select images in android 10.. any solution for this?
RajprudhviMarella commented
same issue any update on this ?
tuanhoang97 commented
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