diff --git a/SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/NotificationHelper.java b/SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/NotificationHelper.java index bca74e1b37fa6abc95964e70dc94c0f95d016619..58a9b36748f2abf0755603b73f7e68bd946fe1e7 100644 --- a/SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/NotificationHelper.java +++ b/SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/NotificationHelper.java @@ -135,7 +135,7 @@ public class NotificationHelper { } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { - importance = mNotificationManagerOreoAbove.IMPORTANCE_HIGH; + importance = mNotificationManagerOreoAbove.IMPORTANCE_DEFAULT; mChannel = new NotificationChannel(NOTIFICATION_STATUS_CHANNEL_ID, name, importance); } @@ -279,7 +279,7 @@ public class NotificationHelper { } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { - importance = mNotificationManagerOreoAbove.IMPORTANCE_HIGH; + importance = mNotificationManagerOreoAbove.IMPORTANCE_DEFAULT; mChannel = new NotificationChannel(NOTIFICATION_STATUS_CHANNEL_ID, name, importance); } @@ -345,7 +345,7 @@ public class NotificationHelper { } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { - importance = mNotificationManagerOreoAbove.IMPORTANCE_HIGH; + importance = mNotificationManagerOreoAbove.IMPORTANCE_DEFAULT; mChannel = new NotificationChannel(NOTIFICATION_STATUS_CHANNEL_ID, name, importance); } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {