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

Commit a1ebc7c6 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '1727-t-set-split-apk-notification-silent' into 'main'

Set split install notification silent

See merge request !420
parents 4784aaa3 40a015d8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ plugins {

def versionMajor = 2
def versionMinor = 6
def versionPatch = 9
def versionPatch = 11

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
+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(