How to send a notification with sound and vibration in do not disturb(DND) mode in android
问题 How can I send a notification with sound and vibration when phone is in do not disturb mode on Android Devices. I use the following code, and it is working when my application is currently in foreground. PendingIntent contentIntent = PendingIntent.getActivity(this, NOTIFICATION_ID, resultIntent, 0); NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_notification) .setContentTitle("Notification") .setStyle(new NotificationCompat.BigTextStyle(