After processed some activity, i want to exit the application.I implemented
public void onBackPressed() {
System.exit (0);
}
But my application is back to previous activity..I need exit my application completely.How to do that? I had searching a lot of article but it not working on that. My android is 2.3