Merge "Fix wired charging ripple not showing up in multi-user mode." into tm-qpr-dev am: 85d8bd06e9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21233911 Change-Id: I25e3f3f3823d80028df6b314f1be223246ddcd41 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class WiredChargingRippleController @Inject constructor(
|
|||||||
height = WindowManager.LayoutParams.MATCH_PARENT
|
height = WindowManager.LayoutParams.MATCH_PARENT
|
||||||
layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS
|
layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS
|
||||||
format = PixelFormat.TRANSLUCENT
|
format = PixelFormat.TRANSLUCENT
|
||||||
type = WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY
|
type = WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG
|
||||||
fitInsetsTypes = 0 // Ignore insets from all system bars
|
fitInsetsTypes = 0 // Ignore insets from all system bars
|
||||||
title = "Wired Charging Animation"
|
title = "Wired Charging Animation"
|
||||||
flags = (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
|
flags = (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user