HBiSoft / PickiT

An Android library that returns real paths from Uri's
MIT License
292 stars 54 forks source link

Add support for Dropbox's integrated file picker #22

Closed 1nikolas closed 4 years ago

1nikolas commented 4 years ago

Dropbox has 2 document providers. The one, which opens in a Dropbox file picker, returns content://com.dropbox.android.FileCache/filecache/[...] and the other, which is integrated with Android's file picker, returns content://com.dropbox.product.android.dbapp.document_provider.documents/document/[...]. content://com.dropbox.android won't pick up content://com.dropbox.product.android so I changed it to content://com.dropbox. in order to match both document providers.

HBiSoft commented 4 years ago

Implemented and is now available in 0.1.13. Thank you.