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

Commit 96d65420 authored by Yuichiro Hanada's avatar Yuichiro Hanada
Browse files

Add a bug fix flag for pip params update fix

Bug: 422654539
Test: m
Flag: com.android.window.flags.enable_pip_params_update_notification_bugfix
Change-Id: I575eed8998c46e8461d252603929ca95b01f1b71
parent b75a0b47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -186,6 +186,9 @@ public enum DesktopExperienceFlags {
            true, Flags.FLAG_ENABLE_PER_DISPLAY_DESKTOP_WALLPAPER_ACTIVITY),
    ENABLE_PINNING_APP_WITH_CONTEXT_MENU(Flags::enablePinningAppWithContextMenu, true,
            Flags.FLAG_ENABLE_PINNING_APP_WITH_CONTEXT_MENU),
    ENABLE_PIP_PARAMS_UPDATE_NOTIFICATION_BUGFIX(
            Flags::enablePipParamsUpdateNotificationBugfix, false,
            Flags.FLAG_ENABLE_PIP_PARAMS_UPDATE_NOTIFICATION_BUGFIX),
    ENABLE_PRESENTATION_FOR_CONNECTED_DISPLAYS(Flags::enablePresentationForConnectedDisplays, true,
            Flags.FLAG_ENABLE_PRESENTATION_FOR_CONNECTED_DISPLAYS),
    ENABLE_PROJECTED_DISPLAY_DESKTOP_MODE(Flags::enableProjectedDisplayDesktopMode, true,
+10 −0
Original line number Diff line number Diff line
@@ -984,6 +984,16 @@ flag {
    bug: "375648361"
}

flag {
    name: "enable_pip_params_update_notification_bugfix"
    namespace: "lse_desktop_experience"
    description: "Fixes the issue that OnPictureInPictureParamsChanged is sent to a root task."
    bug: "422654539"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_presentation_for_connected_displays"
    namespace: "lse_desktop_experience"