public void restart(){ Intent intent = new Intent(this, YourHomeActivity.class); this.startActivity(intent); this.finishAffinity(); }