我在Play商店中有一个应用程序,firebase推送通知图标如下所示,
https://i.stack.imgur.com/918D2.png
所以我在我的Manisfest中添加了这个:
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/iconfirebase" />
<meta-data android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorPrimary" />
当我使用手机作为模拟器时,这有用,但是游戏商店更新保持不变,它没有改变颜色或图标(图标是白色的,透明度在png中)。
有谁知道可能发生了什么?