安卓:从通知栏删除通知 [英] Android: remove notification from notification bar

查看:145
本文介绍了安卓:从通知栏删除通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个应用程序,并与事件我管理的补充通知中的Andr​​oid通知栏。现在我需要怎么样删除一个事件从通知栏通知?

I have created an application and with an event I manage to add notification in android notification bar. Now I need sample how to remove that notification from notification bar on an event ??

推荐答案

这是很简单的。你要叫取消 cancelAll 您NotificationManager。取消方法的参数是通知应取消的ID。

This is quite simple. You have to call cancel or cancelAll on your NotificationManager. The parameter of the cancel method is the ID of the notification that should be canceled.

请参阅该API:<一href="http://developer.android.com/reference/android/app/NotificationManager.html#cancel(int)">http://developer.android.com/reference/android/app/NotificationManager.html#cancel(int)

这篇关于安卓:从通知栏删除通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆