Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2142,7 +2142,7 @@ public class NotificationManagerService extends SystemService { final ProfileManager profileManager = (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE); ProfileGroup group = profileManager.getActiveProfileGroup(pkg); ProfileGroup group = profileManager.getActiveProfileGroup(mContext.getPackageName()); if (group != null) { group.applyOverridesToNotification(notification); } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2142,7 +2142,7 @@ public class NotificationManagerService extends SystemService { final ProfileManager profileManager = (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE); ProfileGroup group = profileManager.getActiveProfileGroup(pkg); ProfileGroup group = profileManager.getActiveProfileGroup(mContext.getPackageName()); if (group != null) { group.applyOverridesToNotification(notification); } Loading