Reload activity

 from https://stackoverflow.com/questions/3053761/reload-activity-in-android



@Override
protected void onRestart() {
    this.recreate();
    super.onRestart();
}


留言

熱門文章