gpt4 book ai didi

android - 通知无法在 Android Oreo (API 26) 中显示

转载 作者:IT王子 更新时间:2023-10-28 23:53:47 25 4
gpt4 key购买 nike

我在尝试在 Android O 上显示通知时收到此消息。

Use of stream types is deprecated for operations other than volume control

通知直接来自示例文档,在 Android 25 上显示良好。

最佳答案

根据 this Google+ post 上的评论:

those [warnings] are currently expected when using NotificationCompat on Android O devices (NotificationCompat always calls setSound() even if you never pass in custom sound).

until the Support Library changes their code to use the AudioAttributes version of setSound, you'll always get that warning.

因此,您对此警告无能为力。根据 notification channels guide ,Android O 完全不赞成在单个通知上设置声音,而是让您在特定类型的所有通知使用的通知 channel 上设置声音。

关于android - 通知无法在 Android Oreo (API 26) 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45395669/

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