google / modernstorage

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions
https://google.github.io/modernstorage/
Apache License 2.0
1.24k stars 60 forks source link

Add Documentation. #2

Closed shipsywor closed 3 years ago

shipsywor commented 3 years ago

Is this an "official" Google product and will it be supported in coming years, probably under the name of Jetpack Libraries or is it experimental?

Also, does it solve the same issues as described here: https://github.com/K1rakishou/Fuck-Storage-Access-Framework?

TLDR: Please add FAQ and documentation with usage instructions and examples.

Thank you.

yrezgui commented 3 years ago

Documentation has been done in https://github.com/google/modernstorage/pull/24.

For the project you're mentioning, it's focused on SAF, while we're aiming to deal both with MediaStore and SAF (in progress).