user221188
user221188

Reputation:

Receive Android NotificationManager Notifications from Non-System Apps

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.

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.

Upvotes: 1

Views: 689

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006564

No. Application B has no means to access Notifications raised by Application A or Android itself.

Upvotes: 1

Related Questions