i have a button to close my app with this code:
finish();
the problem is that this button doesn\'t exit of my app... it simply closes the current intent ant retu
you can try this: System.exit(0);
System.exit(0);