Kill another application on Android?

You can only kill a process that has the same userID as the one that is doing the killing. If you are trying to kill your own process it should work. Otherwise you can’t do it (unless you have a rooted device and your application has root priviledges).

Leave a Comment