Omitting setSound on a NotificationChannel leaves the platform DEFAULT notification sound active — omission is not silence. The v3 channel now calls setSound(null, null) exactly like the pre-notice channel does, so the native STREAM_ALARM player stays the ring's only audible source. Caught by verification against design D4 before any build.