摘要: 如Intent upIntent = new Intent(this, MainActivity.class); upIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);//MainActivity 将重新调用onCreate startActivity(upIntent); 阅读全文
posted @ 2013-12-17 11:27 马骝 阅读(490) 评论(0) 推荐(0)