Fix SideFps indicator being covered

Made SideFps overlay have higher window priority

Test: Manual - rotate the device and observe the indicator is not being
covered anymore.
Fixes: 284087658

Change-Id: Ifc22897dfd9bd839c6c6fc544e5fc0b004d41c98
This commit is contained in:
Wenhui Yang
2023-05-25 21:58:12 +00:00
parent 71aad2a20f
commit de0b0b1b20

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
)