Uri sound = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + \"://\" + context.getPackageName() + \"/\" + R.raw.notification_mp3); mBuilder.setSound(s
mBuilder.setPriority(NotificationCompat.PRIORITY_HIGH)
This line of code is worked for me. But you have to delete old channel and create new one.