If message.getId() is different for each notification, then I believe Android will create a new icon in the status bar. You need to use the same id sent to the NotificationManager.notify() method if you want a single notification to be updated.
Thanks, Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

