How to open a file browser? (Android SDK)

How to open a file browser (for example, in the File Manager) using the Android SDK? Is there any intention or something else?

+4
source share
1 answer

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 .

+6
source

All Articles