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

Commit 7f941af1 authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Add `requestFullscreenBugfix` flag" into main

parents b0de5f02 aabcdf00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ public enum DesktopModeFlags {
    ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS(
            Flags::enableOpaqueBackgroundForTransparentWindows, true),
    ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true),
    ENABLE_REQUEST_FULLSCREEN_BUGFIX(Flags::enableRequestFullscreenBugfix, false),
    ENABLE_RESIZING_METRICS(Flags::enableResizingMetrics, true),
    ENABLE_RESTORE_TO_PREVIOUS_SIZE_FROM_DESKTOP_IMMERSIVE(
            Flags::enableRestoreToPreviousSizeFromDesktopImmersive, true),
+10 −0
Original line number Diff line number Diff line
@@ -970,6 +970,16 @@ flag {
    bug: "397804287"
}

flag {
    name: "enable_request_fullscreen_bugfix"
    namespace: "lse_desktop_experience"
    description: "Fixes split to fullscreen restoration using the Activity#requestFullscreenMode API"
    bug: "402973271"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_dynamic_radius_computation_bugfix"
    namespace: "lse_desktop_experience"