summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-09-30 23:07:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-09-30 23:07:50 +0000
commitb5c28c8c0cfe494c31d3153578d2a0fd93d125e8 (patch)
treeb48d512d19f0a4ae8b6c36a1453e36f1cfc9cd07
parent8c6cb917d7b7601d63a33b8eb49e1564d58157a5 (diff)
parentd66a732b4a12cd0e8160634091107063113f76d1 (diff)
downloadCalendar-android12L-d2-s4-release.tar.gz
Change-Id: Ie0adc41ad0cf867a5036836e2af86dbbb4539678
-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);
- }
}