Android的 - 更改通知图标图标、通知、Android

2023-09-05 04:20:05 作者:洸年羈絆

我想知道,如果它可能有一个不同的Notificationbar图标比启动或应用程序图标。我想为我的推送通知显示其他图标。这可能吗?谢谢你。

I would like to know if its possible to have an different Notificationbar Icon than the Launcher or Application Icon. I would like to display an other icon for my push notifications. Is this possible? Thanks.

推荐答案

有关API< 11,通知构造允许一个icon要指定。对于API> 10, setSmallIcon setLargeIcon 方法Notifcation.Builder让同样的事情。

For API < 11, the Notification constructor allowed an icon to be specified. For API > 10, the setSmallIcon and setLargeIcon methods for Notifcation.Builder allow much the same thing.