On Fri, Jun 18, 2010 at 2:39 PM, Mark Murphy <mmur...@commonsware.com>wrote:

> On Fri, Jun 18, 2010 at 3:35 PM, Robert Macaulay
> <robert.macau...@gmail.com> wrote:
> > For example, if I schedule an alarm for
> > now+120,000 with a 10,000 delay
> > and the phone sleeps for 149,000 and wakes up, what will happen?
>
> Dunno. I've only used AlarmManager for _WAKEUP alarms. That's part of
> the reason why I was trying to determine your algorithm.


I think I might know the problem.

The service that is being scheduled is an IntentService. The code runs in
the onHandleIntent. The onHandleIntent is surrounded by a Wakelock

Can this be killed mid-stream? Am I making an incorrect assumption regarding
its usage?

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