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
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
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
3 matches
Mail list logo