Changed send channel priority

This commit is contained in:
M66B
2019-06-10 08:22:09 +02:00
parent 87d8792683
commit e107cee4e5

View File

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