问题:E/NotificationService: Not posting notification with icon==0: Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0x00000000 vis=PRIVATE)

解决:为Notification添加

.setSmallIcon(R.drawable.icon)

 

 

 

 





相关文章:

  • 2021-07-18
  • 2021-11-13
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-07-10
  • 2021-06-09
  • 2021-12-28
相关资源
相似解决方案