Revert "Made bp have higher window priority"

This reverts commit ac90c91962.

Reason for revert: b/267275611

Change-Id: Ibd2c5a13734e5384ab277549fa97a601627ce23d
This commit is contained in:
Joshua Mccloskey
2023-02-14 17:19:41 +00:00
committed by Android (Google) Code Review
parent ac90c91962
commit ab4f1a5bfc

View File

@@ -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;