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

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

问题描述

我创建了一个应用程序,并通过一个事件在 android 通知栏中添加了通知.现在我需要示例如何从事件的通知栏中删除该通知?

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 ??

推荐答案

这很简单.您必须在 NotificationManager 上调用 cancelcancelAll.取消方法的参数是应该取消的通知的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:http://developer.android.com/reference/android/app/NotificationManager.html#cancel(int)

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

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