I\'m trying to stop application on Android 2.3.7 device. But in this version of Android I can\'t use \"force-stop\" command. Do you know any other ways to close application
To kill from the application, you can do:
android.os.Process.killProcess(android.os.Process.myPid());