Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df5ba907 authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Add category to the notification

Bug: 314907186
Test: manual
Flag: android.multiuser.add_ui_for_sounds_from_background_users
Change-Id: I7e02e03b0d2f01f86d1d7d50735a978d57da2abe
parent 81489831
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))