Hi all. How can i be notified when new media file is inserted into
media store. For example when is downloaded from the net. I found some
posts on this topic but they are not very helpful.

http://stackoverflow.com/questions/230643/android-api-for-detecting-new-media-from-inbuilt-camera-mic
http://stackoverflow.com/questions/4604223/how-to-detect-file-or-folder-changes-in-android

Is there a way to register BroadcastReceiver to listen listen for some
broadcasts when the file is inserted ? The only solution i see which i
don't want to implement is to use use long live service on to register
ContentObserver and somehow to keep track of the new tracks. So any
help will be helpful.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to