Add ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP
Bug: 272110828 Test: Verify in the Flag Flipper app Change-Id: I296d42821906c98dc69735502ddfff46ec9fbe22
This commit is contained in:
@@ -485,6 +485,13 @@ object Flags {
|
||||
val ENABLE_PIP_APP_ICON_OVERLAY =
|
||||
sysPropBooleanFlag(1115, "persist.wm.debug.enable_pip_app_icon_overlay", default = true)
|
||||
|
||||
// TODO(b/272110828): Tracking bug
|
||||
@Keep
|
||||
@JvmField
|
||||
val ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP =
|
||||
sysPropBooleanFlag(
|
||||
1116, "persist.wm.debug.enable_move_floating_window_in_tabletop", default = false)
|
||||
|
||||
// 1200 - predictive back
|
||||
@Keep
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user