How to properly clear all notification once clicked?

前端 未结 2 1356
春和景丽
春和景丽 2021-01-07 17:22

I send a few notification on the notification bar, i wanted to clear all of it when one of the notification is clicked. For now I clear one by one by using Flag. I know

2条回答
  •  死守一世寂寞
    2021-01-07 17:28

    You should use a pending intent that sends a broadcast and then put in place a broadcast receiver that will cancel all your notifications. It is best to memorize all notifications IDs and delete them one by one.

提交回复
热议问题