Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +7 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,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 Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +7 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,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 Loading