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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -