Android notification doesn't disappear after clicking the notifcation

前端 未结 7 691
逝去的感伤
逝去的感伤 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条回答
  •  失恋的感觉
    2020-12-12 18:33

    2016 state: you can use mBuilder.setAutoCancel(true).

    Source: https://developer.android.com/reference/android/app/Notification.Builder.html

提交回复
热议问题