Aktivität Android auffrischen
Activity.recreate(); //Trigger the onCreate method in the activity
BahaaAY
Activity.recreate(); //Trigger the onCreate method in the activity
finish();
startActivity(getIntent());