Guest User

Untitled

a guest
Dec 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <service android:name=".MyFirebaseMessagingService">
  2. <intent-filter>
  3. <action android:name="com.google.firebase.MESSAGING_EVENT" />
  4. </intent-filter>
  5. </service>
  6. <service android:name=".MyFirebaseInstanceIDService">
  7. <intent-filter>
  8. <action android:name="com.google.firebase.Instance_ID_EVENT" />
  9. </intent-filter>
  10. </service>
  11.  
  12. <meta-data
  13. android:name="com.google.firebase.messaging.default_notification_icon"
  14. android:resource="@drawable/ic_novis" />
  15. <!-- Set color used with incoming notification messages. This is used when no color is set for the incoming
  16. notification message. See README(*LINK*) for more. -->
  17. <meta-data
  18. android:name="com.google.firebase.messaging.default_notification_color"
  19. android:resource="@color/colorAccent" />
  20.  
  21. </application>
  22.  
  23. package imperiogamerplay.deepcooee;
  24.  
  25. package imperiogamerplay.deepcooee;
Add Comment
Please, Sign In to add comment