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

相关内容

热门资讯

第5分钟辅助!佛手大菠萝辅助,... 第5分钟辅助!佛手大菠萝辅助,wejoker开挂,积累教程(有挂方法)第5分钟辅助!佛手大菠萝辅助,...
第2分钟辅助!hhpoker哪... 第2分钟辅助!hhpoker哪个俱乐部靠谱,sohoopoker辅助,法门教程(确实有挂)1、任何h...
1分钟辅助!wepoker破解... 1分钟辅助!wepoker破解是真的还是假的,wepoker辅助器是真的吗,学习教程(有挂助手)所有...
三分钟辅助!wepoker网页... 三分钟辅助!wepoker网页版透视方法,hhpoker脚本,妙招教程(讲解有挂)1、完成wepok...
7分钟辅助!大菠萝免费辅助,w... 7分钟辅助!大菠萝免费辅助,wpk透视是真的假的,总结教程(有挂讲解)1、进入游戏-大厅左侧-新手福...
5分钟辅助!hhpoker作弊... 5分钟辅助!hhpoker作弊码怎么用,约局吧作弊脚本,指引教程(的确有挂)1)hhpoker作弊码...
6分钟辅助!德州透视插件,wp... 6分钟辅助!德州透视插件,wpk辅助是什么,方式教程(了解有挂)1.wpk辅助是什么 选牌创建新账号...
第二分钟辅助!拱趴大菠萝机器人... 第二分钟辅助!拱趴大菠萝机器人,aapoker怎么选牌,窍门教程(有挂攻略)1、拱趴大菠萝机器人辅助...
第一分钟辅助!hhpoker可... 第一分钟辅助!hhpoker可以控制牌吗,德普之星透视辅助软件,资料教程(有挂方式)1)德普之星透视...
1分钟辅助!xpoker辅助怎... 1分钟辅助!xpoker辅助怎么用,wpk真吗,窍要教程(真的有挂)1、玩家可以在xpoker辅助怎...