[android-developers] wrong intent getting supplied to OneTimeAlarmReceiver.

2009-12-17 Thread Jags
I am using marks' method of alarmreceiver and appservice. I am trying to pass a record id to the alarmintent through putextra. and receive it in ontimealarmreceiver in getExtra. What I observe is, first time record id goes correct (say 11) second time record id is sent 12, but in receiver i

Re: [android-developers] wrong intent getting supplied to OneTimeAlarmReceiver.

2009-12-17 Thread Mark Murphy
I am using marks' method of alarmreceiver and appservice. I am trying to pass a record id to the alarmintent through putextra. and receive it in ontimealarmreceiver in getExtra. What I observe is, first time record id goes correct (say 11) second time record id is sent 12, but in receiver i