标签: android
目前我只能选择文件。有没有办法选择文件夹?
{{1}}
答案 0 :(得分:0)
试试这段代码:
Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE); startActivityForResult(intent, READ_REQUEST_CODE);
您还可以为此操作库NoNonsense-FilePicker。