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

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,notifications,statusbar
来源: https://codeday.me/bug/20190827/1738866.html