why Notification Color different in Dark and Light mode?

Viewed 323

We use FCM Notification and set color in AndroidManifest.xml by com.google.firebase.messaging.default_notification_color metadata but It have issue for us why Android Notification shows two different colors in Dark and Light mode. Is there a requirement for color for that? I reed about Notification color in Android Doc but I did not catch.

dark mode light mode

1 Answers

I got it. Android OS changes color bit when change mode.

Related