应用启动时的Android / getActiveNotifications

时间:2018-12-10 14:32:36

标签: android notifications android-notifications statusbar notification-listener

只需将此github存储库作为参考。 https://github.com/mukesh4u/NotificationListener

如果我调用该函数

StatusBarNotification notifications[] = getActiveNotifications();

onCreate()类的NotificationService方法中,notifications被分配了一个空数组,但在onNotificationPosted()onNotificationRemoved()方法中可以正常工作。

那么,在应用程序启动时,我将如何读取所有活动的通知,而不仅仅是收到新通知或取消现有通知时?

0 个答案:

没有答案