Loading core/java/android/service/notification/INotificationListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ oneway interface INotificationListener void onListenerHintsChanged(int hints); void onInterruptionFilterChanged(int interruptionFilter); // companion device managers only // companion device managers and assistants only void onNotificationChannelModification(String pkgName, in UserHandle user, in NotificationChannel channel, int modificationType); void onNotificationChannelGroupModification(String pkgName, in UserHandle user, in NotificationChannelGroup group, int modificationType); Loading services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -10104,7 +10104,9 @@ public class NotificationManagerService extends SystemService { } BackgroundThread.getHandler().post(() -> { if (info.isSystem || hasCompanionDevice(info)) { if (info.isSystem || hasCompanionDevice(info) || mAssistants.isServiceTokenValidLocked(info.service)) { notifyNotificationChannelChanged( info, pkg, user, channel, modificationType); } Loading Loading
core/java/android/service/notification/INotificationListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ oneway interface INotificationListener void onListenerHintsChanged(int hints); void onInterruptionFilterChanged(int interruptionFilter); // companion device managers only // companion device managers and assistants only void onNotificationChannelModification(String pkgName, in UserHandle user, in NotificationChannel channel, int modificationType); void onNotificationChannelGroupModification(String pkgName, in UserHandle user, in NotificationChannelGroup group, int modificationType); Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -10104,7 +10104,9 @@ public class NotificationManagerService extends SystemService { } BackgroundThread.getHandler().post(() -> { if (info.isSystem || hasCompanionDevice(info)) { if (info.isSystem || hasCompanionDevice(info) || mAssistants.isServiceTokenValidLocked(info.service)) { notifyNotificationChannelChanged( info, pkg, user, channel, modificationType); } Loading