Android notification not working

后端 未结 5 1777
无人共我
无人共我 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条回答
  •  萌比男神i
    2021-01-04 20:12

    Even though your problem is solved, I'll just post how I solved my problem that the notification was not showing, perhaps it might help other people reading the answers:

    In my notification building I was missing the icon. As soon as I added something like setSmallIcon(R.drawable.ic_launcher) the notification was shown.

提交回复
热议问题