gpt4 book ai didi

android - 在 setLockscreenVisibility(Notification.VISIBILITY_SECRET) 之后,通知 channel 仍然出现在锁屏上

转载 作者:搜寻专家 更新时间:2023-11-01 08:23:37 27 4
gpt4 key购买 nike

将通知 channel 设置为锁屏不显示通知后,它仍然在锁屏显示通知。

notificationChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
notificationManager.createNotificationChannel(notificationChannel);

但是在创建 channel 之后我可以调试它并看到通知 channel 没有将 lockScreenVisibility 设置为 VISIBILITY_SECRET (-1),它仍然具有默认值,即 -1000。

notificationChannel.getLockscreenVisibility()

有谁知道如何将锁屏可见性设置为不在锁屏上显示?或者知道为什么它没有更新?

另外一个信息是我之前已经创建了 channel 。但是我已经删除并重新创建了带有 VISIBILITY_SECRET 的 channel 。

最佳答案

当您删除并重新创建一个 channel 时,所有以前的设置都会被恢复。如果您想更改 channel 名称或描述以外的任何内容,您必须创建一个全新的 channel (使用不同的 channel ID)或完全卸载/重新安装该应用。

关于android - 在 setLockscreenVisibility(Notification.VISIBILITY_SECRET) 之后,通知 channel 仍然出现在锁屏上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47558432/

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