summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-01 07:18:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-01 07:18:45 +0000
commit68bec08bd654d50260aed8cc5a1e09b0dfe8016c (patch)
treeb48d512d19f0a4ae8b6c36a1453e36f1cfc9cd07
parentcf0fdce0dee4f577f8f2c0b264420845f9baf85f (diff)
parentae487ada1969c32e7bbd32d8a83fc587506cd51c (diff)
downloadCalendar-android12-qpr1-d-s3-release.tar.gz
Change-Id: Ia35818e5f3c1c30cbbaad0d1f486511dd0d3ed84
-rw-r--r--src/com/android/calendar/alerts/AlertReceiver.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/calendar/alerts/AlertReceiver.java b/src/com/android/calendar/alerts/AlertReceiver.java
index ce80cae1..ee0c508d 100644
--- a/src/com/android/calendar/alerts/AlertReceiver.java
+++ b/src/com/android/calendar/alerts/AlertReceiver.java
@@ -80,7 +80,6 @@ public class AlertReceiver extends BroadcastReceiver {
if (AlertService.DEBUG) {
Log.d(TAG, "onReceive: a=" + intent.getAction() + " " + intent.toString());
}
- closeNotificationShade(context);
}
public static NotificationWrapper makeBasicNotification(Context context, String title,
@@ -115,9 +114,4 @@ public class AlertReceiver extends BroadcastReceiver {
}
return notificationBuilder.getNotification();
}
-
- private void closeNotificationShade(Context context) {
- Intent closeNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
- context.sendBroadcast(closeNotificationShadeIntent);
- }
}