I need to finish an android application. For that i wrote
@Override public void onBackPressed() { AlertDialog.Builder builder = new AlertDialog.Builder(
Put this into your onClick or in onBackPressed:
onClick
onBackPressed
moveTaskToBack(true); finish()