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

Commit aabcdf00 authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Add `requestFullscreenBugfix` flag

Adds flag to fix split to fullscreen restoration using the Activity#requestFullscreenMode API.

Bug: 402973271
Flag: com.android.window.flags.enable_request_fullscreen_bugfix
Test: m
Change-Id: Iab48647bce591543c26a01401bb9804fb7ccf324
parent b9c5e679
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"