Merge "Make NETWORK_STATUS notification to be blockable" into rvc-dev
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user