On 5 February 2011 13:40, Neilz <[email protected]> wrote: > Ok, one problem with this alarm service. > > I schedule it for some time in the morning, and when I get up and > check the phone, the alarm didn't get called, because it thinks > there's no network connection.
Alarm manager makes does not care network connection. It fires alarms based on device's RTC and that's all it does. So alarm most likely was fired correctly, yet your fired code failed to operate - and this is slightly different thing. -- 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

