So I created a library project (A) that does your typical random stuff
and included it inside a different application project (B) to utilize
its features.

One thing that I wanted to do was move a broadcast receiver that
catches C2DM messages from project B to the library project A.
Unfortunately this doesn't appear to be supported or I'm doing it
wrong.  It looks like unless I declare in project B's manifest to
register the receiver in project A that it won't work.

Is there any way for a library project to independently register for a
receiver in it's own manifest file?  To be clear, I don't want to have
to reference the library project at all in project B's manifest in
order for project A to get various receiver intents.

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