Merge "Fix SideFps indicator being covered" into udc-dev

This commit is contained in:
Wenhui Yang
2023-05-26 16:43:54 +00:00
committed by Android (Google) Code Review

View File

@@ -152,7 +152,7 @@ constructor(
WindowManager.LayoutParams(
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG,
WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
Utils.FINGERPRINT_OVERLAY_LAYOUT_PARAM_FLAGS,
PixelFormat.TRANSLUCENT
)