如何在状态栏中执行通知而不在“通知”中显示扩展消息?窗户? (只想要图标)
如何在状态栏中发出通知,但在“通知”窗口中没有展开的消息?
我的意思是,我只需要图标,仅此而已,
有办法做到这一点吗?
How can i do a notification in the status bar but without the expanded message in the "Notifications" window?
i mean, i need just the icon, nothing more
there is a way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用文档:
因此,您需要在通知抽屉中有一个条目。除其他原因外,这是为了让用户知道你的图标到底是做什么用的。请记住,Android 开发的目标是让用户满意。状态栏中出现无法解释的图标不会让用户满意。
Quoting the documentation:
Hence, you will need to have an entry in the notification drawer. Among other reasons, this is so the user has some idea what the heck your icon is there for. Remember that the goal of Android development is to make users happy. Having unexplained icons in the status bar will not make the users happy.