Wednesday 29 May 2013

clear notification android onclick

clear notification android onclick

When you create notification , you need to set flag property:
Notification noti = mBuilder.build();
noti.flags = Notification.DEFAULT_LIGHTS | Notification.FLAG_AUTO_CANCEL;


No comments:

Post a Comment