Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ plugins { def versionMajor = 2 def versionMinor = 6 def versionPatch = 9 def versionPatch = 11 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading app/src/main/java/foundation/e/apps/install/splitinstall/SplitInstallBinder.kt +1 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class SplitInstallBinder( val notificationChannel = NotificationChannel( NOTIFICATION_CHANNEL, NOTIFICATION_CHANNEL, NotificationManager.IMPORTANCE_HIGH NotificationManager.IMPORTANCE_LOW ).apply { description = descriptionText } Loading Loading @@ -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( Loading Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ plugins { def versionMajor = 2 def versionMinor = 6 def versionPatch = 9 def versionPatch = 11 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading
app/src/main/java/foundation/e/apps/install/splitinstall/SplitInstallBinder.kt +1 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class SplitInstallBinder( val notificationChannel = NotificationChannel( NOTIFICATION_CHANNEL, NOTIFICATION_CHANNEL, NotificationManager.IMPORTANCE_HIGH NotificationManager.IMPORTANCE_LOW ).apply { description = descriptionText } Loading Loading @@ -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( Loading