service启动activity

Intent it = new Intent(context.getApplicationContext(), TestTimer.class);   
it.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(it);

  

posted on 2012-10-26 10:43  南海菜园  阅读(148)  评论(0编辑  收藏  举报

导航