Hi, >From >NotificationManagerService.cancelNotificationWithTag<http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.1.1_r1/android/app/INotificationManager.java#INotificationManager.cancelNotificationWithTag%28java.lang.String%2Cjava.lang.String%2Cint%29> > I can learn that deleteIntent is not sent when I clearing notification programmaticly by using NotificationManager cancel method.
It looks like api bug (or at least lack of functionality in NotificationManager class) Is there any way to call it. I am aware of option to get it via PendingIntent.getBroadcast , but I don't like it. I am developing automation framework and I won't know correct parameters for deleteIntent. Thank you in advance, Sergey. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

