Is there a way to register to receive notifications fired from Notification Manager from non-system apps? For example, application A sends an notification through Notification Manager, application B could then receive the notification, but not interfere with,and then process information contained within the notification.
Typically I know this type of communication would typically be handled through broadcast intents, but the developers of application A have stated that given a lack of development resources they are unlikely to add these broadcasts in any releases in the near future.
Thanks