Any API to get notification before any file gets deleted in Android

208 Views Asked by At

I want to recover the file which has been deleted recently. Is there any API in android to get notify before the file gets deleted or to recover recently deleted files?

Thanks in Advance

1

There are 1 best solutions below

2
On

no, there is no such API, you can however use file observer to be notified about file deletion