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
By adding setSortKey(String sortKey) to your notification builder you can have your notifications stay in a constant lexicographical/alphabetical ordering.