Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ecff06 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Add ENABLE_PIP_APP_ICON_OVERLAY experiment" into tm-qpr-dev

parents da870ca6 450247fe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -452,6 +452,12 @@ object Flags {
    val ENABLE_PIP_SIZE_LARGE_SCREEN =
        sysPropBooleanFlag(1114, "persist.wm.debug.enable_pip_size_large_screen", default = false)

    // TODO(b/265998256): Tracking bug
    @Keep
    @JvmField
    val ENABLE_PIP_APP_ICON_OVERLAY =
        sysPropBooleanFlag(1115, "persist.wm.debug.enable_pip_app_icon_overlay", default = false)

    // 1200 - predictive back
    @Keep
    @JvmField