From ab4f1a5bfcde61bd11ceb371995da27a14dc4718 Mon Sep 17 00:00:00 2001 From: Joshua Mccloskey Date: Tue, 14 Feb 2023 17:19:41 +0000 Subject: [PATCH] Revert "Made bp have higher window priority" This reverts commit ac90c91962707352d62da5d0e4d7069e7eea7ebd. Reason for revert: b/267275611 Change-Id: Ibd2c5a13734e5384ab277549fa97a601627ce23d --- .../src/com/android/systemui/biometrics/AuthContainerView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java b/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java index febf75e90a141..68e1f72d042ad 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java +++ b/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java @@ -847,7 +847,7 @@ public class AuthContainerView extends LinearLayout final WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, - WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG, + WindowManager.LayoutParams.TYPE_STATUS_BAR_ADDITIONAL, windowFlags, PixelFormat.TRANSLUCENT); lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS;