android show notification with a popup on top of any application

前端 未结 4 1514
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 03:54

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

4条回答
  •  死守一世寂寞
    2020-11-28 04:36

    You have to set the notification priority to Notification.PRIORITY_HIGH or Notification.PRIORITY_MAX. I had to also do .setDefaults(Notification.DEFAULT_ALL).

提交回复
热议问题