Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9579,7 +9579,7 @@ public class NotificationManagerService extends SystemService { } ArraySet<ComponentName> approvedListeners = this.queryPackageForServices(listeners[i], this.queryPackageForServices(packages[i], MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE, USER_SYSTEM); for (int k = 0; k < approvedListeners.size(); k++) { ComponentName cn = approvedListeners.valueAt(k); Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9579,7 +9579,7 @@ public class NotificationManagerService extends SystemService { } ArraySet<ComponentName> approvedListeners = this.queryPackageForServices(listeners[i], this.queryPackageForServices(packages[i], MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE, USER_SYSTEM); for (int k = 0; k < approvedListeners.size(); k++) { ComponentName cn = approvedListeners.valueAt(k); Loading