Android11上无法写入外部存储
创始人
2024-08-20 11:30:13
0

从Android 11开始,外部存储的访问权限受到了限制,特别是在应用程序合规性方面。为了解决这个问题,应该向应用添加WRITE_EXTERNAL_STORAGE 权限并使用 MediaStore API 来写入外部存储。MediaStore API 可以允许应用将文件写入外部存储,并使文件与媒体库相关联。以下是一个例子:

if (Environment.isExternalStorageManager()) {
   // You can write the files to external storage now
} else {
   // Requesting the permission from the user
   Intent intent = new Intent(Settings.ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION);
   Uri uri = Uri.fromParts("package", BuildConfig.APPLICATION_ID, null);
   intent.setData(uri);
   startActivity(intent);
}

上述代码首先检查应用是否被授予读取/写入外部存储权限,如果是,则可以直接写入外部存储。否则,需要请求用户授权来使用此API。

使用 MediaStore API 写入文件:

ContentValues values = new ContentValues();
values.put(MediaStore.Images.Media.DISPLAY_NAME, "File Name");
values.put(MediaStore.Images.Media.MIME_TYPE, "image/png");
values.put(MediaStore.Images.Media.IS_PENDING, 1);

Uri collection = MediaStore.Images.Media.getContentUri(MediaStore.VOLUME_EXTERNAL_PRIMARY);
Uri item = getContentResolver().insert(collection, values);

try {
  OutputStream out = getContentResolver().openOutputStream(item);
  // Write the file to the stream
  out.close();
} catch (IOException e) {
  e.printStackTrace();
}

values.put(MediaStore.Images.Media.IS_PENDING, 0);
getContentResolver().update(item, values, null, null);

上述代码演示了如何使用 MediaStore API 写入图像文件。可以使用类似的方式写入不同类型的文件。

相关内容

热门资讯

四分钟辅助!wpk辅助,epo... 四分钟辅助!wpk辅助,epoker透视,机巧教程(有挂方式)1、下载好epoker透视透视辅助下载...
1分钟辅助!红龙poker辅助... 1分钟辅助!红龙poker辅助器免费观看,微扑克微乐辅助,诀窍教程(今日头条)1、在红龙poker辅...
9分钟辅助!佛手在线大菠萝智能... 9分钟辅助!佛手在线大菠萝智能辅助器,wpk有那种辅助吗,积累教程(确实有挂)1、佛手在线大菠萝智能...
4分钟辅助!hhpoker视频... 4分钟辅助!hhpoker视频巡查真的假的,aa poker辅助包,步骤教程(有挂技巧)hhpoke...
六分钟辅助!约局吧德州可以透视... 六分钟辅助!约局吧德州可以透视吗,拱趴游戏破解器,技法教程(有挂实锤)1、每一步都需要思考,不同水平...
第5分钟辅助!pokemmo内... 第5分钟辅助!pokemmo内置修改器,werplan外卦神器,方针教程(有挂详细)1)pokemm...
九分钟辅助!wepoker高级... 九分钟辅助!wepoker高级辅助,hh poker软件,机巧教程(有人有挂)1、下载好wepoke...
第十分钟辅助!wepoker透... 第十分钟辅助!wepoker透视脚本免费下载,约局吧作弊脚本,操作教程(有挂秘籍)1、全新机制【we...
4分钟辅助!wepoker透视... 4分钟辅助!wepoker透视脚本免费,pokemmo手机脚本,讲义教程(揭秘有挂)wepoker透...
第九分钟辅助!newpoker... 第九分钟辅助!newpoker怎么安装脚本,pokemmo手机辅助软件,方案教程(有挂技巧)1、该软...