Android在Android 4.3中获取通知

时间:2014-06-11 17:19:45

标签: android reflection android-notifications android-notification-bar

在Android 4.3中添加了NotificationListenerService类。在这种方法中:

onNotificationPosted(StatusBarNotification sbn)

您可以获取通知但不能获取其他内容,因此您缺少其内容或标题。在Android KitKat中你只需要参考额外内容,但是他们可以在android 4.3中获得每个通知附加功能。我试着用反射和它在某些情况下工作,但它不是最好的解决方案。对于大多数应用程序,您将获得空指针。其他应用程序如何获取该信息?

感谢您的帮助!

0 个答案:

没有答案