How to update the media database when we delete a file. am developing an file explorer app, so I need to update media database in android?
This link How to update the Android media database was helpful to me. but what I need is to scan the specific path or location in sdcard.
If every time I run this it will take more time, so is there any way to scan a specific path? like it should scan only "/sdcard/DCIM/onefolder/" files present in the folder named "onefolder".