Merge Android 12 QPR1

Bug: 210511427
Merged-In: Ic5d56619c6d4baea7610bfe80293cb8616acbd47
Change-Id: I48bdd4fd0b10fbd34ebce5b22770648b1c9ade43
diff --git a/src/com/android/calendar/alerts/AlertReceiver.kt b/src/com/android/calendar/alerts/AlertReceiver.kt
index 3175006..21afa90 100644
--- a/src/com/android/calendar/alerts/AlertReceiver.kt
+++ b/src/com/android/calendar/alerts/AlertReceiver.kt
@@ -45,12 +45,6 @@
         if (AlertService.DEBUG) {
             Log.d(TAG, "onReceive: a=" + intent.getAction().toString() + " " + intent.toString())
         }
-        closeNotificationShade(context)
-    }
-
-    private fun closeNotificationShade(context: Context) {
-        val closeNotificationShadeIntent = Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)
-        context.sendBroadcast(closeNotificationShadeIntent)
     }
 
     companion object {