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

Commit 593f4c10 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

Change-Id: I30af2f94e6682b964996d2a46522ffe4a89e0a7c
parents 4b3b4b36 d9cd1b40
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();