码迷,mamicode.com
首页 > 移动开发 > 详细

android 如何让通知不被清除或者点击后不消失

时间:2019-02-25 13:32:37      阅读:436      评论:0      收藏:0      [点我收藏+]

标签:class   智能   details   clear   需要   eve   ref   view   content   

APP发送通知后,点击clear按钮,如何让通知不被清除?或者点击通知后,通知不消失?
[Solution]
APP发送通知时,通知需要添加flag:
notification.flags |= Notification.FLAG_ONGOING_EVENT;
或者
notification.flags |= Notification.FLAG_NO_CLEAR;

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

android 如何让通知不被清除或者点击后不消失

标签:class   智能   details   clear   需要   eve   ref   view   content   

原文地址:https://www.cnblogs.com/kwincaq/p/10430214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!