Open res or assets folder with Intent.ACTION_PICK or Intent.ACTION_GET_CONTENT

天涯浪子 提交于 2021-02-11 14:15:01

问题


I want to start a file picker with Intent.ACTION_PICK or Intent.ACTION_GET_CONTENT.

The user is supposed to be navigated directly to the apps resources folder or assets folder. Is this possible at all?

Do I have to build my own filepicker?

来源:https://stackoverflow.com/questions/64634776/open-res-or-assets-folder-with-intent-action-pick-or-intent-action-get-content

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!