如何在android中为File Chooser添加内部和外部存储

时间:2018-01-16 21:26:06

标签: android android-intent android-activity filechooser android-afilechooser

我的示例应用程序是打开文件选择器并选择文件/目录然后获取EditText的路径,我尝试了这个question中的方法,我达到了这个结果

-target aarch64-linux-android

AndroidFileChooser

我想将这样的内部和外部存储添加到文件选择器

AndroidFileChooser2

2 个答案:

答案 0 :(得分:2)

用户可以点按" ..."在操作栏中提供支持并选择"显示内部存储"显示这些选项。

ACTION_GET_CONTENTACTION_OPEN_DOCUMENT上的任何内容都没有官方支持自动显示内部存储选项,但希望有一天会支持这些选项。

答案 1 :(得分:0)

你必须使用Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE); ins Intent intent = new Intent(Intent.ACTION_GET_CONTENT );