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

Commit d7c84513 authored by Tetiana Meronyk's avatar Tetiana Meronyk Committed by Android (Google) Code Review
Browse files

Merge "Add category to the notification" into main

parents f080509a df5ba907
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))