Android notification doesn't disappear after clicking the notifcation

前端 未结 7 714
逝去的感伤
逝去的感伤 2020-12-12 17:48

If got some issues with a notification I want to show in the notification bar. Although I set the notification flag to Notification.DEFAULT_LIGHTS & Notification.F

7条回答
  •  旧时难觅i
    2020-12-12 18:22

    notification.flags = Notification.DEFAULT_LIGHTS | Notification.FLAG_AUTO_CANCEL
    

    From the documentation:

    Bit to be bitwise-ored into the flags field that should be set if the notification should be canceled when it is clicked by the user

提交回复
热议问题