【发布时间】:2014-12-27 17:24:36
【问题描述】:
这是我用来显示通知的代码。
notification = new Notification.Builder(context).setContentIntent(contentIntentTwo)
.setContentTitle("App name").setSmallIcon(R.drawable.ic_launcher).setLargeIcon(notificationLargeIconBitmap).getNotification();
通知和通知图标显示在下拉通知抽屉中,但不在棒棒糖的状态栏中。
这是棒棒糖中的样子:
这只发生在棒棒糖上。
【问题讨论】:
-
如果您在其他地方找到更好的解决方案,最好发布链接。对于其他所有人,OP在这里提出了同样的问题并得到了更好的答复:reddit.com/r/androiddev/comments/2qjsal/…
标签: android android-notifications