我找到了许多解决方案如何设置FCM默认图标
我收到了这些回复
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_notification_small" />
<meta-data android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorAccent" />
它给了我很多帮助。
但现在我有另一个问题,我从来没有找到解决方案,如何设置 FCM的默认大图标?
答案 0 :(得分:0)
我认为这只能通过编程方式实现,通过这种方式,您可以控制与通知相关的更多选项。
在你的班级extends FirebaseMessagingService
创建@Override
onMessageReceived
处理数据并在NotificationCompat.InboxStyle
方法中创建您想要的自定义通知{。}}。
在onMessageReceived
中创建Firebase服务,如果您的应用已关闭,则会在manifest
onMessageReceived
extends FirebaseMessagingService