Open soredake opened 8 months ago
Add option to use system api for trashing items.
Fossify gallery will be more integrated with modern android when using system api for trashing, android will know that this files are trashed, and you can manage them from system settings app:
System api documentation: https://developer.android.com/training/data-storage/shared/media https://developer.android.com/reference/kotlin/android/provider/MediaStore#createTrashRequest(android.content.ContentResolver,%20kotlin.collections.MutableCollection,%20kotlin.Boolean)
is this still planned?
The "needs triage" label has not been taken off, so there is no plan to implement this feature (yet).
Checklist
Feature description
Add option to use system api for trashing items.
Why do you want this feature?
Fossify gallery will be more integrated with modern android when using system api for trashing, android will know that this files are trashed, and you can manage them from system settings app:
Additional information
System api documentation: https://developer.android.com/training/data-storage/shared/media https://developer.android.com/reference/kotlin/android/provider/MediaStore#createTrashRequest(android.content.ContentResolver,%20kotlin.collections.MutableCollection,%20kotlin.Boolean)