With the below code my notification are only added to the notification bar, no popup style message is displayed like if you would receive a whatsapp message when you\'re in
You have to set the notification priority to Notification.PRIORITY_HIGH or Notification.PRIORITY_MAX. I had to also do .setDefaults(Notification.DEFAULT_ALL).