Pugnotification
Pugnotification copied to clipboard
Use .flags(Notification.DEFAULT_ALL) without vibrate and sound
Method .priority(NotificationCompat.PRIORITY_HIGH) can not work without .flags(Notification.DEFAULT_ALL) But if I use .flags(Notification.DEFAULT_ALL) , I must accept phone will vibrate and play sound as default. I really want to mute sound and do not vibrate phone
My expect : Use. .priority(NotificationCompat.PRIORITY_HIGH) without vibrate and sound. How can I do this ?