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

Commit aae5a24c authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Add flag for pip2 implementation

Bug: 290220798
Test: manual
Change-Id: I01d59f46d6701a7520751c69b766a863e775f580
parent f49451bb
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