Bug 661612 - Update download progress notification keeps reappearing in Android 3 [r=mfinkle,alexp]

This commit is contained in:
Sriram Ramasubramanian 2011-09-16 12:10:58 -07:00
Родитель 47fae45bfa
Коммит 44e05fde0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -115,7 +115,7 @@ public class AlertNotification
view.setImageViewResource(R.id.notificationImage, mIcon);
view.setTextViewText(R.id.notificationTitle, mTitle);
contentView = view;
flags |= FLAG_ONGOING_EVENT;
flags |= FLAG_ONGOING_EVENT | FLAG_ONLY_ALERT_ONCE;
mProgressStyle = true;
}