Re: [android-developers] How can i kill self process?

2012-04-24 Thread Justin Anderson
> > I got a service runing it's own process and when i stop the service from > the app activity the service dies but the process holding the service > stay's alive and dos not end. > Your point would be? I wanna kill the process from the service's onDestroy() function. > No, you don't... Can i d

[android-developers] How can i kill self process?

2012-04-22 Thread Eliran
Hi, I got a service runing it's own process and when i stop the service from the app activity the service dies but the process holding the service stay's alive and dos not end. I wanna kill the process from the service's onDestroy() function. Can i do that? Is it the right way to manage things?