Android notification doesn't disappear after clicking the notifcation

前端 未结 7 705
逝去的感伤
逝去的感伤 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:23

    While building Notification by NotificationBuilder you can use notificationBuilder.setAutoCancel(true);.

提交回复
热议问题