[android-developers] Re: Repeating alarm canceled on activity close?

2008-11-20 Thread Dianne Hackborn
The alarm manager knows absolutely nothing about activities, so this would not be the normal behavior. It certainly works fine in other places. On Thu, Nov 20, 2008 at 12:46 AM, songs [EMAIL PROTECTED] wrote: Is the following behavior documented somewhere and I just missed it? When I set a

[android-developers] Re: Repeating alarm canceled on activity close?

2008-11-20 Thread songs
I had thought that it was something to do with the alarm manager because moving the call seemed to fix things. Turns out things are actually still broken. Now I'm checking to see if moving my function from Service.onCreate to Service.onStart fixes things. Seems to work so far except that it