安卓10无法通过URI编辑文件。
创始人
2024-09-01 16:00:26
0

在Android 10中,由于隐私和安全方面的改进,应用无法直接通过URI来编辑文件。相反,您需要使用ContentResolver和DocumentFile来进行文件编辑操作。

以下是通过ContentResolver和DocumentFile在Android 10中编辑文件的示例代码:

import android.content.ContentResolver;
import android.content.Context;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provider.DocumentsContract;
import android.provider.MediaStore;

import androidx.annotation.RequiresApi;
import androidx.documentfile.provider.DocumentFile;

import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;

public class FileEditor {
    @RequiresApi(api = Build.VERSION_CODES.Q)
    public static void editFile(Context context, Uri uri, String content) {
        ContentResolver resolver = context.getContentResolver();

        // 根据URI获取文件信息
        DocumentFile documentFile = DocumentFile.fromSingleUri(context, uri);

        // 获取文件的MIME类型
        String mimeType = resolver.getType(uri);

        try {
            // 打开文件的输出流
            OutputStream outputStream = resolver.openOutputStream(uri);

            // 写入内容到文件
            outputStream.write(content.getBytes());

            // 关闭输出流
            outputStream.close();

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

在上述代码中,我们首先通过ContentResolver获取文件的MIME类型,然后使用DocumentFile来打开文件的输出流,并将内容写入文件。请注意,这个示例代码在Android 10及以上版本上有效。

使用示例:

Uri fileUri = Uri.parse("content://com.example.app/file/document/1234");
String content = "Hello, Android 10!";
FileEditor.editFile(context, fileUri, content);

在上述示例中,我们传递文件的URI和要写入的内容给editFile()方法,它将使用ContentResolver和DocumentFile来编辑文件。

请注意,上述代码中的URI是示例URI,您需要根据您的实际情况替换为您要编辑的文件的URI。此外,您还需要在AndroidManifest.xml文件中添加相关的权限和文件访问声明。

相关内容

热门资讯

透视辅助!wepoker有没有... 透视辅助!wepoker有没有透视方法(透视)拱趴大菠萝万能挂,教程要领(有挂秘诀)-哔哩哔哩1、让...
透视分享!wepoker透视脚... 透视分享!wepoker透视脚本免费使用视频(透视)智星德州插件,教程妙计(有挂讲解)-哔哩哔哩在进...
透视普及!wepoker有辅助... 透视普及!wepoker有辅助功能吗(透视)wpk德州局透视,教程窍要(有挂助手)-哔哩哔哩1、we...
透视推荐!云扑克有透视吗(透视... 透视推荐!云扑克有透视吗(透视)wepokerplus万能挂,教程诀窍(有挂规律)-哔哩哔哩1、该软...
透视解谜!拱趴大菠萝机器人(透... 透视解谜!拱趴大菠萝机器人(透视)wpk辅助是什么,教程法门(有挂秘诀)-哔哩哔哩1、游戏颠覆性的策...
透视详细!aa poker透视... 透视详细!aa poker透视软件(透视)红龙poker辅助,教程大纲(有挂存在)-哔哩哔哩1、aa...
透视科普!wepoker透视视... 透视科普!wepoker透视视频(透视)wepoker透视脚本免费下载,教程机巧(有挂方略)-哔哩哔...
透视曝光!wepoker辅助器... 透视曝光!wepoker辅助器如何使用(透视)wepoker透视器免费,教程手段(有挂技巧)-哔哩哔...
透视推荐!德州局怎么透视(透视... 透视推荐!德州局怎么透视(透视)wejoker辅助软件,教程法门(有挂神器)-哔哩哔哩1、完成德州局...
透视开挂!哈糖大菠萝万能挂(透... 透视开挂!哈糖大菠萝万能挂(透视)wpk辅助哪里买,教程积累(有挂辅助)-哔哩哔哩1、玩家可以在哈糖...