I am using GCM in my application and also using NotificationManager to Create a Notification whenever GCM message is received.Till now everything is working perfectly and GC
Try this instead of the last line :
mNotificationManager.notify(0, mBuilder.getNotification());