Loading core/java/com/android/internal/notification/SystemNotificationChannels.java +1 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,7 @@ public class SystemNotificationChannels { NETWORK_STATUS, context.getString(R.string.notification_channel_network_status), NotificationManager.IMPORTANCE_LOW); network.setBlockableSystem(true); channelsList.add(network); final NotificationChannel networkAlertsChannel = new NotificationChannel( Loading Loading
core/java/com/android/internal/notification/SystemNotificationChannels.java +1 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,7 @@ public class SystemNotificationChannels { NETWORK_STATUS, context.getString(R.string.notification_channel_network_status), NotificationManager.IMPORTANCE_LOW); network.setBlockableSystem(true); channelsList.add(network); final NotificationChannel networkAlertsChannel = new NotificationChannel( Loading