try adding exported="true" in your manifest on the receiver specification.

On Saturday, July 25, 2009 5:19:04 AM UTC-7, Mark Murphy wrote:
>
> Try:
>
> -- commenting out your category in both the intent and filter
> -- having your intent filter watch for just the action
>
> If that does not work, you have more fundamental problems (e.g., your
> broadcast receiver is getting unregistered before you can use it).
>
> If that does work, you now have a basis for slowly trying to morph your
> Intent and IntentFilter to what you want.
>
> -- 
> Mark Murphy (a Commons Guy)
> http://commonsware.com
> Android App Developer Books: http://commonsware.com/books.html
>
>
>

-- 
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