On Jul 2, 12:47 am, JayBird <[email protected]> wrote: > <intent-filter> > <action > android:name="android.intent.action.ACTION_MEDIA_BAD_REMOVAL" /> > <action > android:name="android.intent.action.ACTION_MEDIA_MEDIA_CHECKING" /> ... > After doing this, I'm still not receiving the broadcast message. What > I'm doing wrong here?
You need to remove the ACTION_ part from the names. -- Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

