Re: [android-developers] Alarm Manager...spoke to soon

2011-06-07 Thread Simon Platten
Internally that routine installs the alarm, I will post the code tomorrow...on mobile now... Regards,Sy On 7 Jun 2011 22:27, "Mark Murphy" wrote: You are not setting an alarm. You are calling startService(). On Tue, Jun 7, 2011 at 4:48 PM, Simon Platten wrote: > Hi, > > Thank... > -- > You r

Re: [android-developers] Alarm Manager...spoke to soon

2011-06-07 Thread Mark Murphy
You are not setting an alarm. You are calling startService(). On Tue, Jun 7, 2011 at 4:48 PM, Simon Platten wrote: > Hi, > > Thank you Mark again for the BOOT_COMPLETED onReceive sample...I have > implemented my version of the code and can see that it does call the > onReceive method on boot, I'v

[android-developers] Alarm Manager...spoke to soon

2011-06-07 Thread Simon Platten
Hi, Thank you Mark again for the BOOT_COMPLETED onReceive sample...I have implemented my version of the code and can see that it does call the onReceive method on boot, I've put in a Toast message just to see that its being called. However, the logic I've added to kick start my application by ins