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?
I think what you are looking for is this
activity.moveTaskToBack(Boolean nonRoot);