Hi.

I'm trying to grab the android.intent.action.MEDIA_SCANNER_FINISHED
(Correct me if I'm wrong but this event will be pushed after the media
scanner scanned directory or a file) using an intent filter with no
luck. My manifest looks like this:

<receiver android:name="reboot">
    <intent-filter>
        <action
android:name="android.intent.action.MEDIA_SCANNER_FINISHED"></action>
    </intent-filter>
</receiver>

But no joy, what am I doing wrong? Any help will be appreciated.

Cheers.
--~--~---------~--~----~------------~-------~--~----~
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