Android 筆記
Programming is my life
新文章
All post
Stackoverflow
Google Play
2013年2月15日 星期五
Kill Activity / close activity
Intent i = new Intent(arg0, MainActivity.class);
i.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
arg0.startActivity(i);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言