Re: [android-developers] How to prevent a service from being restarted by the system...

2010-09-10 Thread Dianne Hackborn
What is in the log? What does it say about your service in "adb shell dumpsys service"? On Thu, Sep 9, 2010 at 11:45 PM, sdphil wrote: > From what I can tell -- if you return START_NOT_STICKY from > Service.onStartCommand(...), the system should not restart a service > if it crashes. > > Howeve

[android-developers] How to prevent a service from being restarted by the system...

2010-09-09 Thread sdphil
>From what I can tell -- if you return START_NOT_STICKY from Service.onStartCommand(...), the system should not restart a service if it crashes. However, I'm not seeing that behavior -- any ideas on what could be restarting the service? tia. -- You received this message because you are subscrib