I Found some codes for quit an Android application programatically. By calling any one of the following code in onDestroy() will it quit application entirely?
Just to add one to the list of brutal methods of terminating an App:
Process.sendSignal(Process.myPid(), Process.SIGNAL_KILL);