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

Commit d943a01c authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Issue 5504: Prevent app install notification sound

parent 7aa26082
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ class InstallAppWorker @AssistedInject constructor(
            val mChannel = NotificationChannel(
                "applounge_notification",
                title,
                NotificationManager.IMPORTANCE_DEFAULT
                NotificationManager.IMPORTANCE_LOW
            )
            notificationManager.createNotificationChannel(mChannel)
        }