Thanks for the reply! The problem with that is it requires my app to wake up and poll frequently. That can use the battery. If instead, there was a way to register for something (a broadcast) or insert my own intent, that would work better. Is that possible?
________________________________ From: TreKing <[email protected]> To: [email protected] Sent: Wednesday, February 20, 2013 11:57 AM Subject: Re: [android-developers] How use my app's notifications instead of calendar app's? On Wed, Feb 20, 2013 at 3:41 AM, don rhummy <[email protected]> wrote: But how would I get that to set off my notification? Check the calendar API. I'd assume there would be a way to query if an event has a reminder attached. Get that and set your own alarm. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

