标签: android android-notifications android-notification-bar
我想从通知抽屉中删除所有通知,不仅是我的应用通知,还包括其他应用的所有通知。 NotificationListenerService可以执行此操作,但还有其他方法可以简单地删除通知吗?
答案 0 :(得分:0)
尝试使用cancel();或cancelAll();
cancel();
cancelAll();
Check out
答案 1 :(得分:0)
试试这对我有用
NotificationManager.cancelAll() to remove all notification.