How to open the My Files folder in Android Programatically (using Intent)?

后端 未结 6 692
说谎
说谎 2020-12-28 22:30

I am using the below code which opens up the Gallery, Music Player, Dropbox and Contacts, i want the My Files folder to get open programatically, please let me know if there

6条回答
  •  Happy的楠姐
    2020-12-28 23:14

    Bad thing is, most Android distributions may or may not ship with a file manager, and even so, may be not with the one which handles CHOOSE_FILE_REQUESTCODE.

    So, you are left to create your own file picker activity. Luckily there are many ready made ones available:

    http://code.google.com/p/android-filechooser/

    https://developers.inkfilepicker.com/docs/android/

提交回复
热议问题