Multiple Icons on status bar! How to disable this?
HI
In Bluetooth application I am noticing it is displaying multiple icons not number. I updated number of not开发者_开发问答ification object, then it was displaying number and but also multiple icons.. how to disable this multiple icons?
Increasing the .number on the Notification object shouldn't have that effect.
I think it is possible a bug in your code is calling NotificationManager.notify() multiple times. Try adding some logging when the notifications are sent.
精彩评论