有没有办法访问所有Android通知?

时间:2016-07-31 05:24:14

标签: android push-notification notifications android-notifications pushbullet

我的意思是,如果我想访问通知抽屉中的所有通知。只是想知道pushbullet和其他可穿戴配件是如何做到的?阅读所有通知并将其推送到Web服务器/特定设备。

1 个答案:

答案 0 :(得分:0)

您可以使用NotificationListenerService,这需要权限BIND_NOTIFICATION_LISTENER_SERVICE。

这是Link https://developer.android.com/reference/android/service/notification/NotificationListenerService.html

和示例代码供参考 https://github.com/pgajbhiye/NotificationsSample