Advertisement
JohnnyTurbo

Default Notification Settings - Android Manifest

Jul 29th, 2018
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <meta-data android:name="com.google.firebase.messaging.default_notification_icon"
  2.            android:resource="@drawable/your_default_notification_icon" />
  3. <meta-data android:name="com.google.firebase.messaging.default_notification_color"
  4.            android:resource="@color/your_default_notification_color" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement