Re: [android-developers] How to kill service for debugging purpose

2011-04-29 Thread Dianne Hackborn
That doesn't make sense -- the only time a service is restarted like that is when its process is killed. On Fri, Apr 29, 2011 at 10:43 AM, Paolo wrote: > Hi there! > I'd like to know how can I kill my service without to kill my whole > process too, as the system does when it need memory. > In p

[android-developers] How to kill service for debugging purpose

2011-04-29 Thread Paolo
Hi there! I'd like to know how can I kill my service without to kill my whole process too, as the system does when it need memory. In particular I want to test if the the service re-start using the flag START_STICKY returned by onStartCommand(). Can anyone help me? Thanks in advance! -- You re