Cara menghancurkan aktivitas di Android

Intent intent = new Intent(this, NextActivity.class);
startActivity(intent);
finish();
Smiling Sandpiper