【发布时间】:2016-07-31 05:24:13
【问题描述】:
我的意思是,如果我想访问通知抽屉中的所有通知。只是想知道 pushbullet 和其他可穿戴配件是如何做到的?阅读所有通知并将它们推送到网络服务器/特定设备。
【问题讨论】:
标签: android push-notification notifications android-notifications pushbullet
我的意思是,如果我想访问通知抽屉中的所有通知。只是想知道 pushbullet 和其他可穿戴配件是如何做到的?阅读所有通知并将它们推送到网络服务器/特定设备。
【问题讨论】:
标签: android push-notification notifications android-notifications pushbullet
您可以使用 NotificationListenerService,它需要 BIND_NOTIFICATION_LISTENER_SERVICE 权限。
【讨论】: