summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-01 01:07:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-01 01:07:15 +0000
commitb5d58f2e82ce7c573bfd56b86c7e7d4af05356f5 (patch)
treeb48d512d19f0a4ae8b6c36a1453e36f1cfc9cd07
parentcf0fdce0dee4f577f8f2c0b264420845f9baf85f (diff)
parentae487ada1969c32e7bbd32d8a83fc587506cd51c (diff)
downloadCalendar-b5d58f2e82ce7c573bfd56b86c7e7d4af05356f5.tar.gz
Snap for 7783696 from ae487ada1969c32e7bbd32d8a83fc587506cd51c to sc-qpr1-releaseandroid-12.0.0_r28android-12.0.0_r26android-12.0.0_r16android12-qpr1-release
Change-Id: I74724555ad49941bc214dc3f2bac765e24c58069
-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);
- }
}