Kill a process in Android or Linux
Last updated 2 years ago
First find the process you want to kill
adb root adb shell kill -9 <process_id>