zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
5.77k stars 387 forks source link

Support DocumentsContract.EXTRA_INITIAL_URI for file chooser #440

Open moneytoo opened 3 years ago

moneytoo commented 3 years ago

As Material Files can be used as a file chooser for other apps when using Intent like Intent.ACTION_OPEN_DOCUMENT, it would be nice to also support DocumentsContract.EXTRA_INITIAL_URI to set the initial location.

zhanghai commented 3 years ago

The official DocumentsContract.EXTRA_INITIAL_URI needs a DocumentsProvider URI instead of a file path and only the system file chooser from DocumentsUI may find it useful, because for instance, this app actually operates mainly on file paths, not DocumentsProvider URIs. See also https://stackoverflow.com/a/54099021/