Changed send channel priority

pull/156/head
M66B 6 years ago
parent 87d8792683
commit e107cee4e5

@ -290,7 +290,7 @@ public class ApplicationEx extends Application {
NotificationChannel send = new NotificationChannel( NotificationChannel send = new NotificationChannel(
"send", getString(R.string.channel_send), "send", getString(R.string.channel_send),
NotificationManager.IMPORTANCE_HIGH); NotificationManager.IMPORTANCE_DEFAULT);
send.setSound(null, Notification.AUDIO_ATTRIBUTES_DEFAULT); send.setSound(null, Notification.AUDIO_ATTRIBUTES_DEFAULT);
send.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE); send.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
nm.createNotificationChannel(send); nm.createNotificationChannel(send);

Loading…
Cancel
Save