I have a Notification which is refreshed (i.e. sent) every three seconds. I\'ve set the FLAG_ONGOING_EVENT flag and the FLAG_NO_CLEAR flag so that is always shown. The probl
You say your notification displays a list of currently running apps. Why do you resend the notification every 3 seconds? Why not resend the notification only when the list of apps has changed. This doesn't directly solve your problem, but it drastically reduces it.