Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在状态栏中动态设置小图标通知?Notification.Builder.setSmallIcon(int icon)此代码从资源中设置静态图标。需要动态设置图标
例子
图标温度动态变化
请帮忙。
只需使用新图标创建一个新通知,并在创建通知时使用相同的 ID。它将替换旧通知,从而更改通知中的图像。
如果您不想在可绘制文件夹中有这么多图标。从字符串创建一个BitmapDrawable,然后将其设置为 smallIcon。