只需将此github存储库作为参考。 https://github.com/mukesh4u/NotificationListener
如果我调用该函数
StatusBarNotification notifications[] = getActiveNotifications();
在onCreate()
类的NotificationService
方法中,notifications
被分配了一个空数组,但在onNotificationPosted()
和onNotificationRemoved()
方法中可以正常工作。
那么,在应用程序启动时,我将如何读取所有活动的通知,而不仅仅是收到新通知或取消现有通知时?