codekidX / storage-chooser

Lets user choose files in internal or external storage with just few lines of code.
Mozilla Public License 2.0
720 stars 153 forks source link

Android 10 scoped storage #112

Open ryust opened 5 years ago

ryust commented 5 years ago

What are the long term plans with this library regarding the new Android scoped storage? Apps will have to implement support within a year. I'm trying to decide whether to go back to SAF or continue utilizing the library.

codekidX commented 5 years ago

I would certainly move towards implementing scoped storage, the StorageVolume class can detect OTG and has events too. I would give this a shot. The SAF is almost implemented in 3.0 though.

Have you tried it in your app?