Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit 1d8458c

Browse files
committed
Forgot the icon
1 parent e34e66e commit 1d8458c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
</intent-filter>
5858
</service>
5959

60+
<meta-data
61+
android:name="com.google.firebase.messaging.default_notification_icon"
62+
android:resource="@drawable/ic_notif" />
63+
<meta-data android:name="com.google.firebase.messaging.default_notification_color"
64+
android:resource="@color/colorPrimary" />
6065
</application>
6166

6267
</manifest>
3.18 KB
Loading

0 commit comments

Comments
 (0)