【发布时间】:2018-07-17 18:30:16
【问题描述】:
我想在设置中保持通知开启,并希望在收到通知后 2 分钟 清除 Whatsapp 通知。我在网上搜索了它,发现了如何删除通知Click here。 ClearAll 和 clear via notification ID 进行了描述,但我不知道如何找到 ID。 p>
【问题讨论】:
-
我想找到 WhatsApp 而不是我的应用的通知 ID
-
在这里查看我的答案:stackoverflow.com/questions/51075189/… 只需取消所有通知,您需要取消 whatsapp 通知,因此在 onNotificationPosted 中使用 if(sbm.getPackageName().equals("com.whatsapp"))取消通知(sbm.getKey());而不是之前的答案中的 cancelAllNotifications
标签: android android-layout push-notification notifications android-notifications