How do I open the file browser? ( Android SDK)

给你一囗甜甜゛ 提交于 2019-12-06 05:22:11

问题


How do I open the file browser (like in the File Manager) with Android SDK? Is there some Intent or something else to do so?


回答1:


Unfortunately, there is no built in way to do that. You can try using the OI FileManager - it is quite nice but the user is required to install the app to use it.

There's also a good example of how to make your own here.



来源:https://stackoverflow.com/questions/5803787/how-do-i-open-the-file-browser-android-sdk

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