Android替代的requestLegacyExternalStorage?
创始人
2024-08-21 17:00:33
0

Android 10 引入了一项新的文件沙盒安全性策略,需要使用类似于FileProvider这样的API,才能够在您的应用程序中访问共享存储空间。现在,如果您的应用程序需要访问共享存储空间,则需要使用目标SDK为29或更高版本,并有以下几种选择:

1.使用MediaStore API:

通过MediaStore API只能访问图片、音频、视频和文档文件,示例如下:

String selection = MediaStore.Images.Media.BUCKET_DISPLAY_NAME + " =?";
String[] selectionArgs = new String[] {"Camera"};
String[] projection = new String[] {MediaStore.Images.Media.DATA};
Cursor cursor = context.getContentResolver().query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, projection, selection, selectionArgs, null);
if(cursor!=null){
   int col = cursor.getColumnIndex(MediaStore.Images.Media.DATA);
   while (cursor.moveToNext()) {
       String path = cursor.getString(col);
       // get file path here
   }
   cursor.close();
}

2.使用SAF框架:

SAF框架是一种用户界面,可以方便地选择文件和目录,示例如下:

Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE);
int requestCode = 42;
startActivityForResult(intent, requestCode);

然后在onActivityResult方法中获取所选目录:

@Override
public void onActivityResult(int requestCode, int resultCode, Intent resultData) {
    if (requestCode == 42 && resultCode == Activity.RESULT_OK) {
        Uri treeUri = resultData.getData();
        DocumentFile pickedDir = DocumentFile.fromTreeUri(this, treeUri);
        // create file in directory here
    }
}

3.使用Scoped Storage:

Scoped Storage是Android 11发布后,默认情况下启用的一种新型的存储模式。它允许应用程序在公共存储空间中可见文件的访问权限范围更加明确,而不是让应用程序可以在存

相关内容

热门资讯

教你透视!wepoker怎么获... 教你透视!wepoker怎么获得好牌,微信小程序微乐自建房脚本下载,步骤教程(有挂透明挂)-哔哩哔哩...
普及透视!wejoker私人辅... 普及透视!wejoker私人辅助软件,微信小程序微乐房间有技巧吗,资料教程(有挂细节)-哔哩哔哩1、...
辅助透视!wepoker可以透... 辅助透视!wepoker可以透视码,微乐小程序插件免费贴吧,总结教程(确实有挂)-哔哩哔哩1、游戏颠...
有挂透视!wpk辅助插件,微乐... 有挂透视!wpk辅助插件,微乐小程序辅助开发,手段教程(有挂详细)-哔哩哔哩wpk辅助插件能透视中分...
分享透视!wpk俱乐部是真的吗... 分享透视!wpk俱乐部是真的吗,微乐辅助软件购买平台,阶段教程(有挂方法)-哔哩哔哩所有人都在同一条...
专业透视!德州局脚本,微乐小程... 专业透视!德州局脚本,微乐小程序微乐家乡辅助器,要领教程(证实有挂)-哔哩哔哩1、点击下载安装,德州...
专业透视!wepoker辅助透... 专业透视!wepoker辅助透视软件,微乐小程序辅助收费,资料教程(果真有挂)-哔哩哔哩1、wepo...
辅助透视!hhpoker辅助软... 辅助透视!hhpoker辅助软件是真的么,小程序微乐斗地主辅助,项目教程(有挂猫腻)-哔哩哔哩1、每...
专业透视!wepoker私人局... 专业透视!wepoker私人局开挂视频,微乐小程序微乐家乡辅助器,阶段教程(有挂教学)-哔哩哔哩1、...
详细透视!wepoker轻量版... 详细透视!wepoker轻量版透视方法,微信小程序辅助器免费版,模板教程(有挂方略)-哔哩哔哩1、点...