Not posting notification with icon==0问题解决_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > Not posting notification with icon==0问题解决

Not posting notification with icon==0问题解决

 2017/6/25 5:32:24  zhangmiao14  程序员俱乐部  我要评论(0)
  • 摘要:问题:E/NotificationService:Notpostingnotificationwithicon==0:Notification(pri=0contentView=nullvibrate=nullsound=nulldefaults=0x0flags=0x0color=0x00000000vis=PRIVATE)解决:为Notification添加.setSmallIcon(R.drawable.icon)
  • 标签:解决 问题解决 not 问题

问题: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)

 

 

 

 





发表评论
用户名: 匿名