标签: android notifications
我已创建通知并添加了PendingIntent,以便在展开视图中选择通知时关闭通知。
PendingIntent
我的问题是,当用户点击Clear按钮删除所有通知时,我不会收到通知,我需要在通知被终止时执行一些清理。
Clear
FLAG_NO_CLEAR会让我忽略Clear按钮并保留我的通知,但我更愿意正确触发Intent以便进行清理。
FLAG_NO_CLEAR
Intent
答案 0 :(得分:23)
您好像在寻找deleteIntent类的Notification字段。
Notification