我有以下代码:
InputStream stream = context.getActivity().getContentResolver().openInputStream(data.getData());
bitmap = BitmapFactory.decodeStream(stream);
stream.close();
一切正常,但是一些带有begin path“/ 0 / file ...”的文件会抛出一个FileNotFoundException,其中[object BitmapData]为null。
我在哪里弄错了?
编辑 --------------------------------------- -------------------------------------------
我的解决方案是刷新照片(g +图库浏览器)