How to open a file browser (for example, in the File Manager) using the Android SDK? Is there any intention or something else?
Unfortunately, there is no built-in way to do this. You can try using the OI FileManager - this is pretty good, but the user must install the application in order to use it.
There is also a good example of how to make your own here .