I\'ve used FCM Notifications in My app , I\'m Receiving Them and it\'s showing Title And message Perfectly
But,When i\'m receiving the Notification Im not getting an
Try this
Uri alarmSound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); builder.setSound(alarmSound);