如果通知组被阻止但频道已启用,通知是否会显示?

If notification group is blocked but channel is enabled, will the notification get displayed?

Android P 提供禁用通知组的功能。如果该组被用户禁用,是否会显示属于该组中频道的通知? (假设频道仍然启用)

在您的示例中,将不会显示属于该频道的通知。如果通知通道所属的通道组被阻塞,则通知通道将被阻塞。从 the documentationNotificationChannel.getImportance():

..notifications posted to this channel will not be shown to the user if the parent NotificationChannelGroup or app is blocked.