From e88272db7a13d89e74b561481a5c2b92b4a7e168 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Mon, 31 Jul 2023 14:58:45 +0000 Subject: [PATCH] Remove MIGRATE_INDICATION_AREA flag ... and remove indication area from XML Fixes: 280846900 Fixes: 280067944 Test: atest SystemUITests Change-Id: I87c5e3e2e9e4c035a8bfe0af34c0efe0964fe7fc --- .../res/layout/keyguard_bottom_area.xml | 36 ------------------- .../src/com/android/systemui/flags/Flags.kt | 4 --- .../keyguard/KeyguardViewConfigurator.kt | 8 ----- 3 files changed, 48 deletions(-) diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml index 66c57fc2a9ac7..36f7b96a267c7 100644 --- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml +++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml @@ -22,42 +22,6 @@ android:layout_width="match_parent" android:outlineProvider="none" > - - - - - - - - (R.id.keyguard_indication_area)?.let { - keyguardRootView.removeView(it) - } - } - indicationAreaHandle = KeyguardIndicationAreaBinder.bind( notificationShadeWindowView,