forked from organicmaps/organicmaps
Decrease download notifications importance to avoid disturbing sounds
Signed-off-by: Alexey Krasilnikov <alexey@krasilnikov.me>
This commit is contained in:
parent
2c002eb08b
commit
08b9e407cb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue