如图,要打开某个文件夹里的图片并显示,如何获取uri
还有更好的方法吗
收起
String path = Environment.getExternalStorageDirectory() + "/图片路径"; Uri uri = Uri.parse(path);
报告相同问题?