Disable sound from NotificationChannel

If you want to keep the importance of your channel and just remove the sound notificationChannel.setSound(null, null); seems to do the job.

EDIT:
Make sure to change the channel ID (and delete the old one) to have it applied to existing users. (Channels can be created, but never modified by the app, only the user can.)

Leave a Comment