I\'m looking for a way to quit my android app by code. Yes, I know, I shouldn\'t be doing this cause android handles it when you press the back button, but I have a customiz
You should not do this, but anyways if you insist:
System.exit(0);