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

Commit 4bc8b750 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

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

am: 593f4c10

Change-Id: I9443914d437e464a8cccecd053fc0f7680d78021
parents 9ea2d078 593f4c10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3932,6 +3932,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();