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