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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -