项目新版发布前发现,原来写的选择读取媒体库文件抛异常了,查看资料发现4.4中调用Document Provider。
本地资源通过Document Provider选择后返回的URI如下:content://com.android.providers.media.documents/document/image:12580
读取Document Provider的图片资源:
1 | String wholeID = DocumentsContract.getDocumentId(uri); |
其他的如Google Drive的内容没有处理。