Loading services/java/com/android/server/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1033,7 +1033,8 @@ public class NotificationManagerService extends INotificationManager.Stub if (((mDisabledNotifications & StatusBarManager.DISABLE_NOTIFICATION_ALERTS) == 0) && (!(old != null && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0 )) && (r.userId == UserHandle.USER_ALL || r.userId == userId) && (r.userId == UserHandle.USER_ALL || (r.userId == userId && r.userId == ActivityManager.getCurrentUser())) && mSystemReady) { final AudioManager audioManager = (AudioManager) mContext Loading Loading
services/java/com/android/server/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -1033,7 +1033,8 @@ public class NotificationManagerService extends INotificationManager.Stub if (((mDisabledNotifications & StatusBarManager.DISABLE_NOTIFICATION_ALERTS) == 0) && (!(old != null && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0 )) && (r.userId == UserHandle.USER_ALL || r.userId == userId) && (r.userId == UserHandle.USER_ALL || (r.userId == userId && r.userId == ActivityManager.getCurrentUser())) && mSystemReady) { final AudioManager audioManager = (AudioManager) mContext Loading