[Feature] Get recently removed items
I don't know if it's actually possible, but it woud be really cool to have it.
Android's MediaStore API has some IS_TRASHED properties, but I don't know if it gets you only specifically trashed items that can be restored, or just recently removed items.
If it's possible, I could help implementing it on Android side.
There is currently no supported plan, because it belongs to AndroidR, and once androidR is officially released, I can add it.
Oh. If it's only going to be supported on R, it makes no sense to implement it for like... next two years :P (time when good amount of people will actually have it)
It can be implemented, but I'm not sure which point we should put it at, because:
- It's Android only, but if we use
AndroidEditor, it seems not reasonable. - If we put it under the manager, it seems to open for other platforms/versions.
Also, I don't know about features necessity with this.