In the GCM 3.0 notification, when the application is in the background, the GCM SDK itself will process it. But I canβt install the Big Icon, a notification generated when the application is in the background.
{ "to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...", "notification" : { "body" : "great match!", "title" : "Portugal vs. Denmark", "icon" : "myicon" } }
myicon here appears as a small icon.
Can I set a large icon for notification when the application is in the background?
android google-cloud-messaging
null pointer
source share