I have created an Android library which has a layout in it and several
classes, one of which is an activity.

In my main project I create an activity which is derived from the activity
class in my project.

When my base activity is done with it sets-up an alarm via the AlarmManager,
this is all done within the library.  However my onReceive routine never
gets called.

This worked before I moved some of the logic into the library and also
before I created a base activity.  Can anyone shed any light on this?

Does the receiver xml statement in the manifest need to be somewhere else?
At the moment its a child of the application.

Thank you,
Simon

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