From 8196f82ce207f0c7a1088996d0f3017a16c3637e Mon Sep 17 00:00:00 2001 From: Tony Mantler Date: Thu, 21 Nov 2013 12:27:14 -0800 Subject: [PATCH] Use update notification intent to trigger notifications This ensures the SuppressNotificationReceiver object quiesces the notification while we're viewing the folder b/11789666 Change-Id: I98f388844b29458e7ea7deee398f7d8536b1919c --- AndroidManifest.xml | 5 + src/com/android/email/EmailIntentService.java | 5 + .../android/email/NotificationController.java | 136 +++++++++++------- .../EmailBroadcastProcessorService.java | 5 + 4 files changed, 102 insertions(+), 49 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9d26f0d7f..d5b3c4e42 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -682,6 +682,11 @@ + + + +