What is the recommended notification vibration duration in Android? Here's my current code which makes a notification vibrate for 1000ms
notificationBuilder.setVibrate(new long[] {0,1000});
Is there something like notificationBuilder.setVibrate("default_time");