Android Service.startForeground does NOT respect notification id uniqueness
问题 Service.startForeground() vs NotificationManager.notify(), give different behaviors. When using notify with two different notification ids, 2 notifications are created - Good . When doing the same with startForground , one notification overrides the other - Bad . Tested device: Nexus S(2.3.6) and Asus Transformer (4.0.3). Any ideas how I can run an Important (foreground) service that can have several (dynamic number) notifications? 回答1: Well, it's not the best solution, but you can always