I need to finish an android application. For that i wrote
@Override public void onBackPressed() { AlertDialog.Builder builder = new AlertDialog.Builder(
whenever you are starting a new activity use
myintent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(myintent);
and in manifest file mention that activity as