Import translations. DO NOT MERGE am: 3a1bec7197  -s ours
am: d08c19e2f5  -s ours

Change-Id: Id5633cd37bac5c25d12941fe19c47c95b3ea6792
diff --git a/src/com/android/providers/downloads/DownloadNotifier.java b/src/com/android/providers/downloads/DownloadNotifier.java
index c36dbd8..b7016fc 100644
--- a/src/com/android/providers/downloads/DownloadNotifier.java
+++ b/src/com/android/providers/downloads/DownloadNotifier.java
@@ -99,7 +99,7 @@
         // 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));