android 怎么让通知栏点击后不消失 但可以被按钮清除
3个回答
展开全部
android 让通知栏点击后不消失 但可以被按钮清除,可以这样做:
APP发送通知时,通知需要添加flag:
Notification notification;
notification.flags |= Notification.FLAG_ONGOING_EVENT;
或者
notification.flags |= Notification.FLAG_NO_CLEAR;
PendingIntent.FLAG_CANCEL_CURRENT;
PendingIntent.FLAG_NO_CREATE;
PendingIntent.FLAG_ONE_SHOT;
PendingIntent.FLAG_UPDATE_CURRENT;
参考资料:http://blog.csdn.net/hknock/article/details/8465410
APP发送通知时,通知需要添加flag:
Notification notification;
notification.flags |= Notification.FLAG_ONGOING_EVENT;
或者
notification.flags |= Notification.FLAG_NO_CLEAR;
PendingIntent.FLAG_CANCEL_CURRENT;
PendingIntent.FLAG_NO_CREATE;
PendingIntent.FLAG_ONE_SHOT;
PendingIntent.FLAG_UPDATE_CURRENT;
参考资料:http://blog.csdn.net/hknock/article/details/8465410
2013-04-14
展开全部
notification中有个flag可以设置 FLAG_NO_CLEAR.这样就不会被点击清掉了.要消除的话.用NotificationManager的cancel方法就可以消除通知
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-04-14
展开全部
我现在想实现 当用户点击状态栏之后,状态栏还存在,并且第一次显示状态栏的时候是不能被清除的,当用户点击后,只能通过那个清除按钮才能够取消掉
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询