Noticed a few stack traces with a SecurityException thrown when I run cancelNotification(String key)
in a NotificationListenerService
. Isn't this supposed not to happen?
java.lang.SecurityException:
at android.os.Parcel.readException(Parcel.java:1620)
at android.os.Parcel.readException(Parcel.java:1573)
at android.app.INotificationManager$Stub$Proxy.cancelNotificationsFromListener(INotificationManager.java:985)