after the activity is reopened?
After you've called notificationManager.cancel(notificationId) it is pretty much guaranteed that the notification will not appear again unless you call notificationManager.notify(notificationId, notification) So, if you have notification appearing again after you cancel it, make sure you don't call notify.
Обсуждают сегодня