From ac90c91962707352d62da5d0e4d7069e7eea7ebd Mon Sep 17 00:00:00 2001 From: Joshua McCloskey Date: Mon, 19 Dec 2022 19:46:29 +0000 Subject: Made bp have higher window priority Test: Manually tested biometric prompt on various devices/form factors Bug: 257073034 Change-Id: Iaab6a50780f30d0b1fa92111bbc0ee3ad7f74728 --- .../SystemUI/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 68e1f72d042a..febf75e90a14 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_STATUS_BAR_ADDITIONAL, + WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG, windowFlags, PixelFormat.TRANSLUCENT); lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS; -- cgit v1.2.3-59-g8ed1b