I am having a strange error with notification manager.
@Override public void onMessageReceived(String from, Bundle data) { Log.i(TAG, \"IP : \" + (Strin
You have not called setSmallIcon() on the NotificationCompat.Builder. This provides the icon that will go in the status bar while the Notification is active.
Notification