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

Reply via email to