Decrease download notifications importance to avoid disturbing sounds

Signed-off-by: Alexey Krasilnikov <alexey@krasilnikov.me>
This commit is contained in:
Alexey Krasilnikov 2025-02-27 16:39:49 +03:00 committed by Roman Tsisyk
parent 2c002eb08b
commit 08b9e407cb

View file

@ -41,7 +41,7 @@ public class DownloaderNotifier
{
final NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context);
final NotificationChannelCompat channel = new NotificationChannelCompat.Builder(CHANNEL_ID,
NotificationManagerCompat.IMPORTANCE_DEFAULT)
NotificationManagerCompat.IMPORTANCE_LOW)
.setName(context.getString(R.string.notification_channel_downloader))
.setShowBadge(true)
.setVibrationEnabled(false)