Android 通知通道说明
Posted
技术标签:
【中文标题】Android 通知通道说明【英文标题】:Android Notification Channel Description 【发布时间】:2019-10-11 06:33:29 【问题描述】:NotificationChannel
类的公共方法setDescription
假设设置此频道的用户可见描述。
public void setDescription (String description)
谁能帮我找到用户在他的手机上实际可以看到此描述信息的位置?是不是只有部分版本的安卓系统支持这个功能?我有 8.0 版,但在任何地方都没有看到该信息。
【问题讨论】:
可能在Settings->App->Notifications->Channels
。
@ADM - 我没有看到任何描述,只有频道名称
【参考方案1】:
说明在通知通道的设置页面中可见。在 android 11 和 12 上,它是页面底部的灰色部分。
您可以打开App info > Notifications
或Settings > Apps & Notifications > Notifications > See all > Your app
,然后点击频道名称。
Screenshot
【讨论】:
以上是关于Android 通知通道说明的主要内容,如果未能解决你的问题,请参考以下文章
我在 Flutter 中创建了一个 android 通知 channel_id,但是,将 FCM 发送到该通道不会导致振动或声音