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

Commit d9cd1b40 authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "make service ban notification expandable" into oc-mr1-dev

parents 819955be f4f6f7ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3946,6 +3946,7 @@ public class ServiceStateTracker extends Handler {
                .setColor(context.getResources().getColor(
                        com.android.internal.R.color.system_notification_accent_color))
                .setContentTitle(title)
                .setStyle(new Notification.BigTextStyle().bigText(details))
                .setContentText(details)
                .setChannel(NotificationChannelController.CHANNEL_ID_ALERT)
                .build();