Notifee android通知图标不起作用
Posted
技术标签:
【中文标题】Notifee android通知图标不起作用【英文标题】:Notifee android notitication icon not working 【发布时间】:2021-01-25 08:43:48 【问题描述】:Notifee 通知图标在 notifee 显示通知中不起作用
notifee.displayNotification(
title: remoteMessage.notification.title,
body: remoteMessage.notification.body,
android:
channelId: 'android_id',
,
);
我用过很多东西,比如 small_icon、large_icon 和其他方式,但通知图标没有显示它只是显示默认图像。
我还检查了 AndroidManifest 元数据标签,它们也不起作用。
【问题讨论】:
【参考方案1】:小型资产对尺寸敏感。因此,如果我们提供自定义图像尺寸,它可能无法正常工作。最好使用 android studio 'add assets' 向导生成和添加。 在android节点内部,我们只需要添加小图标名称,使用android studio添加即可。
android:
smallIcon: 'ic_small_icon',
其中,ic_small_icon 是通过 android studio 添加为图像资产的。 按照下面link通过android studio添加android资产。
【讨论】:
以上是关于Notifee android通知图标不起作用的主要内容,如果未能解决你的问题,请参考以下文章
Android/MIUI 在通知栏中设置小图标不起作用?显示的默认图标