Sometimes we need to restart the Activity. Here is how we can do it:
Intent intent = getIntent();finish();startActivity(intent);