diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index 36f7b96a267c7..66c57fc2a9ac7 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -22,6 +22,42 @@
android:layout_width="match_parent"
android:outlineProvider="none" >
+
+
+
+
+
+
+
+
(R.id.keyguard_indication_area)?.let {
+ keyguardRootView.removeView(it)
+ }
+ }
+
indicationAreaHandle =
KeyguardIndicationAreaBinder.bind(
notificationShadeWindowView,