Hi! Generally speaking,We'd say that you can not kill other processes in you application,because you no dot hold the target permission; And one thing more the "kill" you refered above can not really kill the process,For in android OS,Killing a process just pop up it's stack to the previous state,Hope this helps!
On Jul 15, 8:26 am, sychee <[email protected]> wrote: > Hi, I am currently writing a program to kill processes that the users > choose to end. From the logCat, I notice that a Signal 9 has been sent > to the application but the process is still running. I am only able to > kill my own process through the code below. I understand that the > kernel only allow killing of processes that have some relation to my > program, but how do I kill other processes other than my own? Please > help. Thank you very much ! > > Below is my code: > > android.os.Process.killProcess(processID); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

