AndroidStudio:如何从intent.Action_Open_Document_tree获取存储路径?
创始人
2024-08-21 13:00:44
0

要获取从“打开文档树”意图中选择的存储位置的路径,可以使用以下代码示例:

@Override
protected void onActivityResult(int requestCode, int resultCode, Intent intent) {
    if (requestCode == PICK_DOC_REQUEST && resultCode == RESULT_OK && intent.getData() != null) {
        Uri uriTree = intent.getData();

        // Check for the "DocumentProvider" authority
        if (DocumentsContract.isDocumentUri(this, uriTree)) {
            // The document provider was selected
            String docId = DocumentsContract.getTreeDocumentId(uriTree);

            // Get complete Uri of this document by adding document id to the tree Uri
            Uri uri = DocumentsContract.buildDocumentUriUsingTree(uriTree, docId);

            // Get details about the selected directory, including its document id and display name
            String [] projection = {DocumentsContract.Document.COLUMN_DOCUMENT_ID,
                                    DocumentsContract.Document.COLUMN_DISPLAY_NAME};
            Cursor cursor = getContentResolver().query(uri, projection, null, null, null);

            if (cursor != null && cursor.moveToFirst()) {
                String folderDocumentId = cursor.getString(0);
                String folderName = cursor.getString(1);

                // Use folderDocumentId and folderName
                Log.d(TAG, "Folder Document Id: " + folderDocumentId);
                Log.d(TAG, "Folder Name: " + folderName);
            }

            if (cursor != null) {
                cursor.close();
            }
        }
    } else {
        super.onActivityResult(requestCode, resultCode, intent);
    }
}

其中, PICK_DOC_REQUEST是一个用于标识请求代码的整数常量,应该在启动 ACTION_OPEN_DOCUMENT_TREE 意图时使用。

此代码将检查获取的 Uri 是否属于“文件提供者”,获取所选目录的详细信息,并从中提取必要的信息。此时,您可以使用 folderDocumentId 来获取完整的 Uri 并进行其他操作。

相关内容

热门资讯

透视新版"wepok... 透视新版"wepoker免费透视脚本"详细辅助大神讲解(游戏下载透视),支持语音通讯、好友开房及战队...
透视肯定"hhpok... 透视肯定"hhpoker免费透视脚本"详细辅助力荐教程(私人局俱乐部辅助技巧);科技安装教程;136...
透视私人局"wepo... 透视私人局"wepoker私人局俱乐部辅助"详细辅助教你攻略(透视脚本免费软件);小薇(透视辅助)致...
透视讲解"hhpok... 透视讲解"hhpoker软件靠谱吗"详细辅助大神讲解(淘宝买透视有用技巧)准备好在hhpoker软件...
透视科技"德普之星透... 透视科技"德普之星透视免费"详细辅助攻略教程(代打辅助教程);建议优先通过德普之星透视免费透明挂内置...
透视有挂"poker... 透视有挂"pokerworld辅助器"详细辅助分享教程(透视app下载神器);最新版2024是一款经...
辅助透视"wepok... 1、辅助透视"wepoker辅助器官方"详细辅助规律教程(祈福有用软件)。2、wepoker辅助器官...
透视透视挂"竞技联盟... 透视透视挂"竞技联盟辅助插件"详细辅助攻略教程(透视脚本是有挂技巧)是一款可以让一直输的玩家,快速成...
透视工具"竞技联盟辅... 透视工具"竞技联盟辅助"详细辅助AI教程(透视脚本免费app方法);小薇(透视辅助)致您一封信;亲爱...
透视攻略"wepok... 透视攻略"wepoker辅助脚本"详细辅助微扑克教程(养号规律透视)1、不需要AI权限,帮助你快速的...