android – 如何在状态栏中进行通知而不在“通知”窗口中显示扩展消息? (只想要图标)

如何在状态栏中进行通知,但在“通知”窗口中没有展开的消息?

我的意思是,我只需要图标,仅此而已

有办法做到这一点?

解决方法:

Quoting the documentation

A status bar notification requires all of the following:

  • An icon for the status bar
  • A title and expanded message for the expanded view (unless you define a custom expanded view)
  • A PendingIntent, to be fired when the notification is selected

因此,您需要在通知抽屉中有一个条目.除了其他原因之外,用户也知道你的图标是什么.请记住,Android开发的目标是让用户满意.状态栏中包含无法解释的图标不会让用户满意.

上一篇:android – 状态栏遮盖了Overlay Action Bar


下一篇:JS 监听 复制后操作