Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 265e2215 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Set split install notification silent

parent 4784aaa3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ class SplitInstallBinder(
        val notificationChannel = NotificationChannel(
            NOTIFICATION_CHANNEL,
            NOTIFICATION_CHANNEL,
            NotificationManager.IMPORTANCE_HIGH
            NotificationManager.IMPORTANCE_LOW
        ).apply {
            description = descriptionText
        }
@@ -140,7 +140,6 @@ class SplitInstallBinder(
            .setSmallIcon(R.drawable.app_lounge_notification_icon)
            .setContentTitle(context.getString(R.string.split_install_warning_title, appLabel))
            .setContentText(contentText)
            .setPriority(NotificationCompat.PRIORITY_MAX)
            .setStyle(NotificationCompat.BigTextStyle().bigText(contentText))
            .addAction(
                NotificationCompat.Action.Builder(