标签: android
我想知道如何通过我的应用访问文件管理器。这是我的代码
Intent intent=new Intent(Intent.ACTION_PICK); intent.setType("*/*"); startActivityForResult(intent, 1);