Android 筆記
Programming is my life
新文章
All post
Stackoverflow
Google Play
2013年2月28日 星期四
Service start activity
Service myService;
myService = this;
Intent dialogIntent = new Intent(myService, Learnt_Sth.class);
dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
myService.startActivity(dialogIntent);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言