summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/providers/downloads/DownloadNotifier.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/providers/downloads/DownloadNotifier.java b/src/com/android/providers/downloads/DownloadNotifier.java
index ec1305f1..c36dbd8c 100644
--- a/src/com/android/providers/downloads/DownloadNotifier.java
+++ b/src/com/android/providers/downloads/DownloadNotifier.java
@@ -219,6 +219,7 @@ public class DownloadNotifier {
mActiveNotifs.put(tag, firstShown);
}
builder.setWhen(firstShown);
+ builder.setOnlyAlertOnce(true);
// Build action intents
if (type == TYPE_ACTIVE || type == TYPE_WAITING) {