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.