Android打开通知栏并回到主页的几种方式

用PendingIntent.getActivity创建通知栏 在MainActivity中增加点击事件,用来启动NotifyService和延迟2秒销毁MainActivity,如下面代码所示 Intent intent = new Intent(MainActivity.this, NotifyService.class); startService(intent); tvTips.post
相关文章
相关标签/搜索