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

Commit f5106870 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

[1/n] Add enableModalsFullscreenWithPlatformSignature flag

Flag: com.android.window.flags.enable_modals_fullscreen_with_platform_signature
Test: m
Bug: 407759199
Change-Id: I6b9cb9e4f3e1b3b0537f6de38e8f593fb5845644
parent 39ddc96c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ public enum DesktopModeFlags {
    ENABLE_INPUT_LAYER_TRANSITION_FIX(Flags::enableInputLayerTransitionFix, true),
    ENABLE_MINIMIZE_BUTTON(Flags::enableMinimizeButton, true),
    ENABLE_MODALS_FULLSCREEN_WITH_PERMISSIONS(Flags::enableModalsFullscreenWithPermission, true),
    ENABLE_MODALS_FULLSCREEN_WITH_PLATFORM_SIGNATURE(
            Flags::enableModalsFullscreenWithPlatformSignature, false),
    ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS(
            Flags::enableOpaqueBackgroundForTransparentWindows, true),
    ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true),
+11 −0
Original line number Diff line number Diff line
@@ -26,6 +26,17 @@ flag {
    }
}

flag {
    name: "enable_modals_fullscreen_with_platform_signature"
    namespace: "lse_desktop_experience"
    description: "Uses platform signature to understand if modal fullscreen is allowed for /n"
                 "transparent activities."
    bug: "407759199"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "inherit_task_bounds_for_trampoline_task_launches"
    namespace: "lse_desktop_experience"