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);

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...