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私人定制透视"详细辅助总结教程(俱乐部辅助器透明);科技安装教程;13670...
透视挂透视"wepo... 透视挂透视"wepoker辅助器官方"详细辅助规律教程(透视破解版攻略)1、玩家可以在wepoker...
透视规律"wepok... 1、透视规律"wepoker软件靠谱么"详细辅助线上教程(透视脚本下载方法)2、进入游戏-大厅左侧-...
透视挂"hhpoke... 透视挂"hhpoker有没有作弊挂"详细辅助黑科技教程(透视脚本视频辅助)这是由厦门游乐互动科技有限...
透视透视挂"德普之星... 透视透视挂"德普之星有透视辅助吗"详细辅助微扑克教程(辅助器免费神器);原来确实真的有挂(需添加指定...
透视科技"菠萝辅助器... 1、透视科技"菠萝辅助器免费版的特点"详细辅助解密教程(底牌透视透明)。2、菠萝辅助器免费版的特点透...
透视脚本"hhpok... 透视脚本"hhpoker德州挂真的有吗"详细辅助介绍教程(软件攻略)科技教程也叫必备教程,这是一款功...
透视脚本"德扑HHp... 透视脚本"德扑HHpoker有挂吗"详细辅助科技教程(辅助透明)准备好在德扑HHpoker有挂吗 i...
透视脚本"拱趴大菠萝... 您好,拱趴大菠萝挂怎么安装这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩...
透视能赢"we po... 透视能赢"we poker辅助器下载"详细辅助解密教程(免费脚本教程);实战中需综合运用上述技巧,并...