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 写入图像文件。可以使用类似的方式写入不同类型的文件。

相关内容

热门资讯

透视辅助!wepoker透视方... 透视辅助!wepoker透视方法,微乐自建房脚本使用安全吗,了解脚本(有挂总结)-哔哩哔哩wepok...
脚本透视!hhpkoer辅助挂... 脚本透视!hhpkoer辅助挂是真的吗,hhpoker有后台操作吗(透视)确实真的是有挂(哔哩哔哩)...
据玩家消息!wepoker软件... 据玩家消息!wepoker软件安装包,微乐自建房辅助神器怎么安装,教你脚本(确实有挂)-哔哩哔哩1、...
透视攻略!德州局HHpoker... 透视攻略!德州局HHpoker透视脚本,微乐小程序辅助开发透视,有挂脚本(有挂技巧)-哔哩哔哩1、德...
透视开挂!hhpoker辅助,... 透视开挂!hhpoker辅助,hh poker辅助器先试用(透视)其实是真的软件(哔哩哔哩)暗藏猫腻...
透视分享!aapoker辅助器... 透视分享!aapoker辅助器是真的吗,aapoker怎么开辅助器(透视)好像存在有挂(哔哩哔哩)1...
值得注意的是!线上德州的辅助器... 值得注意的是!线上德州的辅助器是什么,广西微乐小程序微信辅助器免费,详情透视(有挂方针)-哔哩哔哩1...
透视了解!aapoker如何设... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在这款游戏中打...
透视攻略!hhpoker软件安... 透视攻略!hhpoker软件安装包,微乐小游戏万能修改器,详情透视(有挂秘诀)-哔哩哔哩亲,关键说明...
透视专业!wpk透视辅助下载,... 透视专业!wpk透视辅助下载,wpk模拟器是什么(透视)好像是真的工具(哔哩哔哩)脚本下载中分为三种...