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

Commit e239c021 authored by Ikram Gabiyev's avatar Ikram Gabiyev Committed by Android (Google) Code Review
Browse files

Merge "Add a new feature flag for new pip size spec logic" into tm-qpr-dev

parents 1844c1c3 d700732b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -447,6 +447,12 @@ object Flags {
            teamfood = false
        )

    // TODO(b/198643358): Tracking bug
    @Keep
    @JvmField
    val ENABLE_PIP_SIZE_LARGE_SCREEN =
        sysPropBooleanFlag(1114, "persist.wm.debug.enable_pip_size_large_screen", default = false)

    // 1200 - predictive back
    @Keep
    @JvmField