Fix icon notification is white in android release build

This commit is contained in:
dab246
2022-12-05 14:09:25 +07:00
committed by Dat H. Pham
parent fffc81db9a
commit eba4882c67
7 changed files with 5 additions and 0 deletions
+5
View File
@@ -35,6 +35,11 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:icon="@mipmap/ic_launcher">
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_notification" />
<activity
android:name=".MainActivity"
android:exported="true"