never mind, I'm reworking this part of the code ...and have already removed the need for BindService. That has fixed the problem.
Now I just need to complete the rework and get everything submitted before the mindnight ADC deadline On Apr 14, 9:02 pm, Ram <[EMAIL PROTECTED]> wrote: > (I posted this on the challenge group accidentally, but this is a dev > question) > Hi, my local service occasionally sends out notifications through the > notification manager. > > Clicking on the notification launches an activity. From within the > activity, I call bindService and then call a service-api to do > NotificationManager.cancel(id); > > This works most of the time. > However, some other times, the notification refuses to be cancelled > and stays on top of the screen. > I have trace code that confirms that the service has called cancel for > the correct id. > > Does anyone know how to fix or workaround the problem ? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

