更新:我通过设置解决了.setGroupAlertBehavior(GROUP_ALERT_SUMMARY)我正在创建类似的通知newNotificationCompat.Builder(context,channel_id).setColor(..).setContentTitle(..).setSubText(..).setSmallIcon(..).setAutoCancel(true).setGroup(groupKey).setGroupSummary(true).setContentIntent(resultPendingIntent).build();在8.0上,某些设备