摘要: Intent intent = new Intent(A.this, B.class); intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent); 阅读全文
posted @ 2016-09-08 20:34 Red_Code 阅读(2921) 评论(0) 推荐(0) 编辑