I want to implement search functionality in my file manager on android. So what I am trying to do is store all the file paths in my application database, and query from there.
But the problem is after initializing the database with file's path, if there is modification in a file's path like a file is deleted then is there a way to know? Is there an intent fired ?