gpt4 book ai didi

android - 对于使用 notificationBuilder 创建的 android 通知,未在通知托盘中获取取消选项

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

这是我用来创建通知的代码。

    notificationBuilder.setOngoing(true)
.setSmallIcon(R.drawable.notifications_icon)
.setContentTitle("Upload")
.setContentText("image is being uploaded")
.setProgress(0, 0, true).setAutoCancel(true).build();

我能够正确地收到通知,但无法清除它。

最佳答案

这是因为你写道:

setOngoing(true)

这意味着您希望通知保留。 解决方案? 删除此行(或将其设置为 false),它将被关闭。

关于android - 对于使用 notificationBuilder 创建的 android 通知,未在通知托盘中获取取消选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32285728/

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