Re: [android-developers] BootStrapService

2011-01-12 Thread Marcin Orlowski
On 12 January 2011 08:03, Ken H wrote: > It's been about a year since I've done anything with > the .BootStrapService. Has anything changed? My service no longer > seems to set its alarm after the phone restarts -- it use to. > Anything basic I've missed? if you want your app when phone starts yo

[android-developers] BootStrapService

2011-01-11 Thread Ken H
It's been about a year since I've done anything with the .BootStrapService. Has anything changed? My service no longer seems to set its alarm after the phone restarts -- it use to. I have my broadcast receiver set: @Override public void onReceive(Context context, Intent intent) {