android / storage-samples

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

Add copy/move/rename/remove/isChildDocument #304

Closed emilieroberts closed 2 years ago

emilieroberts commented 2 years ago

Fixes: 303

Some consumers of DocumentsProviders (like the Files app on Chrome OS) require copy/move/rename/remove/isChildDocument to provide full functionality. This adds these missing functions.

The word "dummy" in this file has also been replaced with more precise terms.

emilieroberts commented 2 years ago

Thank you, merging!