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

Commit 213abc3f authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Lucas Lin
Browse files

Make NETWORK_STATUS notification to be blockable

Bug: 149749735
Test: Build pass
Change-Id: I8cfb444197f9aeef4748fa263056716964a0e423
Merged-In: I8cfb444197f9aeef4748fa263056716964a0e423
parent 735ed754
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -116,6 +116,7 @@ public class SystemNotificationChannels {
                NETWORK_STATUS,
                NETWORK_STATUS,
                context.getString(R.string.notification_channel_network_status),
                context.getString(R.string.notification_channel_network_status),
                NotificationManager.IMPORTANCE_LOW);
                NotificationManager.IMPORTANCE_LOW);
        network.setBlockableSystem(true);
        channelsList.add(network);
        channelsList.add(network);


        final NotificationChannel networkAlertsChannel = new NotificationChannel(
        final NotificationChannel networkAlertsChannel = new NotificationChannel(