summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/providers/downloads/DownloadNotifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/providers/downloads/DownloadNotifier.java b/src/com/android/providers/downloads/DownloadNotifier.java
index c36dbd8c..b7016fcb 100644
--- a/src/com/android/providers/downloads/DownloadNotifier.java
+++ b/src/com/android/providers/downloads/DownloadNotifier.java
@@ -99,7 +99,7 @@ public class DownloadNotifier {
// Ensure that all our channels are ready to use
mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_ACTIVE,
context.getText(R.string.download_running),
- NotificationManager.IMPORTANCE_LOW));
+ NotificationManager.IMPORTANCE_MIN));
mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_WAITING,
context.getText(R.string.download_queued),
NotificationManager.IMPORTANCE_DEFAULT));