Re: [android-developers] cancel Notification

2011-05-25 Thread inno
NotificationManager notiManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); Notification noti = new Notification(); ... final int id = 0; //start notification notiManager.notify(id, noti); //cancel notification notiManager.cancel(id); On Tue, May 24, 2011 at 2:06 PM, shanmu n

Re: [android-developers] cancel Notification

2011-05-24 Thread Mark Murphy
Call cancel() or cancelAll() on NotificationManager. On Tue, May 24, 2011 at 2:06 AM, shanmu nathan wrote: > Hi guys, >    I need one help.. I need to cancel a notification when the event > is over. can anybody help me.. > > -- > With Regards, > > SHANMUGANATHAN. A > Software Engineer Tra

[android-developers] cancel Notification

2011-05-23 Thread shanmu nathan
Hi guys, I need one help.. I need to cancel a notification when the event is over. can anybody help me.. -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To: sayyadu...@citrisys.com -- You received this message because you