Android10中,从图片URI获取文件路径无法真正实现。
创始人
2024-08-20 09:00:57
0

在Android 10及以上版本中,无法直接从图片URI获取其真实的文件路径。可以使用以下代码示例中的方法,将图片文件先复制到应用程序专有目录的缓存目录中,然后再操作该文件。

private String getFilePathFromUri(Context context, Uri uri) {
    String fileName = getFileName(uri);
    File cacheDir = context.getCacheDir();
    File file = new File(cacheDir, fileName);

    try (InputStream inputStream = context.getContentResolver().openInputStream(uri);
         OutputStream outputStream = new FileOutputStream(file)) {

        byte[] buffer = new byte[4 * 1024];
        int read;
        while ((read = inputStream.read(buffer)) != -1) {
            outputStream.write(buffer, 0, read);
        }
        outputStream.flush();

    } catch (IOException e) {
        e.printStackTrace();
    }

    return file.getAbsolutePath();
}

private String getFileName(Uri uri) {
    String fileName = "";
    Cursor cursor = getContentResolver().query(uri, null, null, null, null);
    if (cursor != null && cursor.moveToFirst()) {
        fileName = cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
        cursor.close();
    }
    return fileName;
}

相关内容

热门资讯

值得注意的是!werplan免... 值得注意的是!werplan免费挂下载(透视)好像是真的辅助安装(有挂细节)-哔哩哔哩该软件可以轻松...
今日!wepoker模拟器哪个... 今日!wepoker模拟器哪个好用(透视)总是有辅助平台(有挂总结)-哔哩哔哩1、用户打开应用后不用...
透视脚本!pokemmo辅助官... 透视脚本!pokemmo辅助官网(透视)好像是真的辅助插件(真的有挂)-哔哩哔哩1、进入游戏-大厅左...
据监测!wepoker手机助手... 据监测!wepoker手机助手(透视)原来是真的辅助平台(有挂规律)-哔哩哔哩一、wepoker手机...
透视脚本!wpk可以作必弊吗(... 透视脚本!wpk可以作必弊吗(透视)一直真的有辅助神器(有挂秘笈)-哔哩哔哩透视脚本!wpk可以作必...
针对!如何判断wpk辅助软件的... 针对!如何判断wpk辅助软件的真假(透视)确实存在有辅助辅助器(有挂教程)-哔哩哔哩1、不需要AI权...
透视讲解!newpoker脚本... 透视讲解!newpoker脚本(透视)一贯是真的辅助平台(确实有挂)-哔哩哔哩1、进入到newpok...
今日!werplan怎么作必弊... 今日!werplan怎么作必弊(透视)确实存在有辅助神器(有挂规律)-哔哩哔哩进入游戏-大厅左侧-新...
这一现象值得深思!wepoke... 这一现象值得深思!wepoker辅助器安装包定制(透视)总是真的有辅助安装(有挂神器)-哔哩哔哩1、...
更值得关注的是!wepoker... 更值得关注的是!wepoker私人局辅助器怎么用(透视)本来有辅助软件(有人有挂)-哔哩哔哩1、we...