yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 506 forks source link

在android 10设备上,无法正常加载图片 #305

Closed WeiLianYang closed 4 years ago

WeiLianYang commented 4 years ago

严总,最近是不是很忙,最近要适配Android 10了,发现MediaReader的scanImageFile方法里面可能要改下子了,查找图片的地址: long id = cursor.getLong(cursor.getColumnIndexOrThrow(MediaStore.Images.Media._ID)); Uri path = ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, id);

WeiLianYang commented 4 years ago

在Android Q上无法兼容的就看这个库吧:https://github.com/Yalantis/uCrop