摘要: 在接收消息广播的onReceive里,跳转到你要显示的界面。如:Intent intent = new Intent(arg0,MainActivity.class);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); ... 阅读全文
posted @ 2014-09-02 08:34 _学而时习之 阅读(199) 评论(0) 推荐(0)