Is it possible to stop an Android app from the console? Something like:
adb stop com.my.app.package
It would speed up our testing process s
If all you are looking for is killing a package
pkill package_name
should work