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

Commit f4f6f7ac authored by fionaxu's avatar fionaxu
Browse files

make service ban notification expandable

Bug: 38506086
Test: Manual
Change-Id: I78f3c57efd5eb28b5e4748d60f846163a0ddf77a
parent 8daf6380
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();