What are you asking? Are you trying to get an ADB shell on the device, or are you asking how to use root to kill other apps?
– TheWandererOct 23 '18 at 00:16
@TheWanderer I'm asking two ways. how to kill other process in my android application or how to use adb command line in my android application. thank you for reply.
– 이상명Oct 23 '18 at 00:24
1 Answers1
0
You can not kill other process if has no system or root permission.
please check here and here