Loading services/core/java/com/android/server/pm/BackgroundUserSoundNotifier.java +1 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,7 @@ public class BackgroundUserSoundNotifier { return new Notification.Builder(mSystemUserContext, BUSN_CHANNEL_ID) .setSmallIcon(icon) .setTicker(title) .setCategory(Notification.CATEGORY_REMINDER) .setWhen(0) .setOngoing(true) .setColor(fgContext.getColor(R.color.system_notification_accent_color)) Loading Loading
services/core/java/com/android/server/pm/BackgroundUserSoundNotifier.java +1 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,7 @@ public class BackgroundUserSoundNotifier { return new Notification.Builder(mSystemUserContext, BUSN_CHANNEL_ID) .setSmallIcon(icon) .setTicker(title) .setCategory(Notification.CATEGORY_REMINDER) .setWhen(0) .setOngoing(true) .setColor(fgContext.getColor(R.color.system_notification_accent_color)) Loading