摘要: 再使用如下的 Intent 设置:Intent intent = new Intent(this, MainActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP);就可以返回当前 Activity 而不是重新运行了一个 activity。public Notification createNotification() { Notification nf = new Notification(android.R.drawable.... 阅读全文
posted @ 2013-10-09 17:06 ImWiki 阅读(10163) 评论(0) 推荐(0) 编辑