I'm using Angular and Capacitor in my web/mobile app. Users can receive push messages send by Firebase. How can I change the background color of notification icon? I have tried all options without result, I think. My icon is transparent png.
我在我的Web/移动应用程序中使用Angular和Capacitor。用户可以接收Firebase发送的推送消息。如何更改通知图标的背景颜色?我尝试了所有的选择,没有结果,我想。我的图标是透明的PNG。
In AndroidManifest.xml I already have config:
在androidManifest.xml中,我已经有了配置:
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_action_name"/>
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/colorAccent"/>
Color what I want to change:
我要更改的颜色:
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!