Notification.Builder notificationBuilder = new Notification.Builder(getApplicationContext(), "42");
notificationBuilder.setVibrate(new long[] {1000, 1000, 1000, 1000, 1000});
notificationBuilder.setSound(
RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION),
Notification.AUDIO_ATTRIBUTES_DEFAULT
);