Reputation: 11
I just want to know any other ways to kill process with pid
Thank You!
Upvotes: 1
Views: 283
Reputation: 8149
try Like this.
android.os.Process.killProcess(android.os.Process.myPid()); System.exit(1);