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

201 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 answers

2
pskink On

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