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

Commit a3c8554c authored by Hongwei Wang's avatar Hongwei Wang Committed by Automerger Merge Worker
Browse files

Merge "Add flag for pip2 implementation" into udc-qpr-dev am: 080cc596

parents add6849e 080cc596
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -559,6 +559,12 @@ object Flags {
    val WALLPAPER_MULTI_CROP =
        sysPropBooleanFlag(1118, "persist.wm.debug.wallpaper_multi_crop", default = false)

    // TODO(b/290220798): Tracking Bug
    @Keep
    @JvmField
    val ENABLE_PIP2_IMPLEMENTATION =
        sysPropBooleanFlag(1119, "persist.wm.debug.enable_pip2_implementation", default = false)


    // 1200 - predictive back
    @Keep