michael-cheung-thebus / foreground_service

Other
43 stars 29 forks source link

[URGENT] can't change the color of notification icon #49

Open hiashutoshsingh opened 3 years ago

hiashutoshsingh commented 3 years ago

The color of notification icon can't be changed.

<meta-data
            android:name="com.google.firebase.messaging.default_notification_icon"
            android:resource="@drawable/org_thebus_foregroundserviceplugin_notificationicon" />
        <meta-data
            android:name="com.google.firebase.messaging.default_notification_color"
            android:resource="@color/colorAccent" />