I am developing an alarm clock app. I have a problem that alarm notification
in status bar can not be deleted completely. I have tried both mathods,
mNotificationManager.cancel(noti_id) and
alarm_notification.flags=Notification.FLAG_AUTO_CANCEL. The results are
same: The notification can be deleted from status bar, but it would be
displayed twice (and only twice) when another alarm notification (with
different value of noti_id) be displayed. I don't understand what is
happened. I have searched internet by google but not answer for this.

BTW, all alarm notification are managered by a background service.

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to