-
Big View Notification - How to Apply Expanded Layout to Android Notification
over 5 years ago
-
about 5 years ago
I think it only work on bellow marshmallow version. Bigtext only display in Kitkat version.
-
-
about 5 years ago
I was also wondering why this code is not working then I found Firebase will not call the onMessageReceived() when the app is in background unless you make the notification request body changes from your server code.
Modification of Firebase, notification is delivered to the device’s system tray. A user tap on a notification opens the app launcher by default.
Checkout this : https://firebase.google.com/docs/cloud-messaging/android/receive
Otherwise code working fine :)
-
2 Comment(s)