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
I recommend you read this: http://blog.radioactiveyak.com/2010/05/when-to-include-exit-button-in-android.html
Chances are, you don't want an exit button. Perhaps a logout button, but that's it.