Updating an ongoing notification quietly
I too experienced this issue, and with help of previous comments and a bit of digging I have found the solution. If you do not want notifications to flash when updated, or to continuously hog the status bar of the device,you must: Use setOnlyAlertOnce(true) on the builder Use the SAME Builder for each update. If … Read more