Kill a process by Id

Kill a process in Android or Linux

First find the process you want to kill

adb root
adb shell
kill -9 <process_id>

Last updated