Merge "Default on ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP" into tm-qpr-dev

This commit is contained in:
Hongwei Wang
2023-03-21 20:53:14 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ public class TabletopModeController implements
*/ */
private static final boolean ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP = private static final boolean ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP =
SystemProperties.getBoolean( SystemProperties.getBoolean(
"persist.wm.debug.enable_move_floating_window_in_tabletop", false); "persist.wm.debug.enable_move_floating_window_in_tabletop", true);
/** /**
* Prefer the {@link #PREFERRED_TABLETOP_HALF_TOP} if this flag is enabled, * Prefer the {@link #PREFERRED_TABLETOP_HALF_TOP} if this flag is enabled,

View File

@@ -519,7 +519,7 @@ object Flags {
@JvmField @JvmField
val ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP = val ENABLE_MOVE_FLOATING_WINDOW_IN_TABLETOP =
sysPropBooleanFlag( sysPropBooleanFlag(
1116, "persist.wm.debug.enable_move_floating_window_in_tabletop", default = false) 1116, "persist.wm.debug.enable_move_floating_window_in_tabletop", default = true)
// 1200 - predictive back // 1200 - predictive back
@Keep @Keep