Android notification not working

后端 未结 5 1746
无人共我
无人共我 2021-01-04 19:32

I\'ve been attempting to get a notification of a successful upload from an ASyncTask to work all day. I\'m not getting any errors from my current code but I can\'t get the

5条回答
  •  礼貌的吻别
    2021-01-04 20:13

    Another thing to try is to make sure your manifest contains

    
    

    Also mine seemed to ignore successive notifications with the same NOTIFICATION_ID.

提交回复
热议问题