通过应用程序访问文件管理器

时间:2016-08-29 19:44:19

标签: android

我想知道如何通过我的应用访问文件管理器。这是我的代码

            Intent intent=new Intent(Intent.ACTION_PICK);
            intent.setType("*/*");
            startActivityForResult(intent, 1);

0 个答案:

没有答案