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 Challenge" 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-challenge?hl=en -~----------~----~----~----~------~----~------~--~---
