Remove notification from notification bar from other applications

后端 未结 3 682
太阳男子
太阳男子 2020-12-09 09:37

I want to remove notifications from another application shown in the notification bar. Is that possible? NotificationManager.cancelAll(); cancels only notificat

3条回答
  •  死守一世寂寞
    2020-12-09 10:03

    You can cancel your own notifications using NotificationManager.
    But you can't cancel other apps' notifications, that is not possible.

提交回复
热议问题