android / storage-samples

Multiple samples showing the best practices in storage APIs on Android.
Apache License 2.0
1.53k stars 576 forks source link

Add copy/move/rename/remove/isChildDocument to StorageProvider sample #303

Closed emilieroberts closed 2 years ago

emilieroberts commented 2 years ago

Some consumers of DocumentsProviders (like the Files app on Chrome OS) require these functions to provide full functionality. These functions should be added to the official sample for testing and reference.

yrezgui commented 2 years ago

Fixed in #304