[android-developers] Re: Alarm Manager Query

2010-01-15 Thread JimmyHoffa
I'll look into that, thanks for your input. On Jan 15, 5:09 pm, Mark Murphy wrote: > JimmyHoffa wrote: > > Thanks Mark, I didnt realise that they need re-esablishing so that's > > good to know. > > > I'm concerned whether the alarms can be removed individually, as in > > the SDK it appears that

Re: [android-developers] Re: Alarm Manager Query

2010-01-15 Thread Mark Murphy
JimmyHoffa wrote: > Thanks Mark, I didnt realise that they need re-esablishing so that's > good to know. > > I'm concerned whether the alarms can be removed individually, as in > the SDK it appears that they are removed by calling remove and passing > in an Intent, which suggests, if one alarm is

[android-developers] Re: Alarm Manager Query

2010-01-15 Thread JimmyHoffa
Thanks Mark, I didnt realise that they need re-esablishing so that's good to know. I'm concerned whether the alarms can be removed individually, as in the SDK it appears that they are removed by calling remove and passing in an Intent, which suggests, if one alarm is removed, they all are and ther