android - how content observer works on deleted files? -


i new android development , having trouble in tracking deleted files audio, video, images etc. want details of deleted file , later want move deleted files in separate folder.

in android, files managed through content providers. each file there index in content provider , access them using cursor. can keep track of index content provider using cursor , move other place , update content provider


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -