[android-developers] Re: Is there any way to let the app know whenever any media file is inserted into the sdcard?

2009-12-26 Thread manoj
thanks. On Dec 26, 6:54 pm, Guillaume Perrot wrote: > It seems there is no standard intent for that particular events. > But you could watch mount/unmount via broadcast receivers and then use > FileObserver while the sdcard is mounted, it should make the trick. > > On 26 déc, 06:51, manoj wrote:

[android-developers] Re: Is there any way to let the app know whenever any media file is inserted into the sdcard?

2009-12-26 Thread Guillaume Perrot
It seems there is no standard intent for that particular events. But you could watch mount/unmount via broadcast receivers and then use FileObserver while the sdcard is mounted, it should make the trick. On 26 déc, 06:51, manoj wrote: > Hi all, > > is there any way to let my app know whenever a m