Hide in-app notifications from Android notifications history -
i'm doing in-app notifications on android. i'm using notificationcompat.builder , notificationmanager it. set notifications priority priority_high display them popup.
but notification displayed in android notifications history. how prevent ?
to cancel notification call
notificationmanager notificationmanager = (notificationmanager)getsystemservice(context.notification_service); notificationmanager.cancel(notification_id); i suggest calling code after create pop there no notification left in tray. found code here: how clear notification in android
Comments
Post a Comment