gpt4 book ai didi

java - 使通知不可关闭时,使用这些解决方案中的每一种之间有什么区别?

转载 作者:行者123 更新时间:2023-11-29 18:26:43 26 4
gpt4 key购买 nike

我想让 Android 通知不可滑动,这样用户只能点击它,但不能关闭它。

到目前为止,我已经找到了这两种解决方案:

  1. 设置通知生成器 .setOngoing(true)
  2. 将标志 Notification.FLAG_NO_CLEAR 添加到 Notification 对象

最佳答案

这两种解决方案都使通知不可关闭,但调用 .setOngoing(true) 通过将其标志设置为 Notification.FLAG_ONGOING_EVENT 使通知成为持续通知。

使用标志 Notification.FLAG_NO_CLEAR,通知保持常规。

持续通知在以下方面与常规通知不同:

Ongoing notifications are sorted above the regular notifications in the notification panel

Ongoing notifications do not have an 'X' close button, and are not affected by the "Clear all" button.

关于java - 使通知不可关闭时,使用这些解决方案中的每一种之间有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58505899/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com