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

Commit b19991c9 authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "[1/n] Creates Flag for Modals Heuristics based on Permissions" into main

parents 5d84b493 49703203
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ public enum DesktopModeFlags {
    ENABLE_HANDLE_INPUT_FIX(Flags::enableHandleInputFix, true),
    ENABLE_HOLD_TO_DRAG_APP_HANDLE(Flags::enableHoldToDragAppHandle, true),
    ENABLE_MINIMIZE_BUTTON(Flags::enableMinimizeButton, true),
    ENABLE_MODALS_FULLSCREEN_WITH_PERMISSIONS(Flags::enableModalsFullscreenWithPermission, false),
    ENABLE_RESIZING_METRICS(Flags::enableResizingMetrics, true),
    ENABLE_RESTORE_TO_PREVIOUS_SIZE_FROM_DESKTOP_IMMERSIVE(
            Flags::enableRestoreToPreviousSizeFromDesktopImmersive, true),
+11 −0
Original line number Diff line number Diff line
@@ -15,6 +15,17 @@ flag {
    bug: "319492844"
}

flag {
    name: "enable_modals_fullscreen_with_permission"
    namespace: "lse_desktop_experience"
    description: "Uses permissions to understand if modal fullscreen is allowed for /n"
                 "transparent activities."
    bug: "394714626"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "include_top_transparent_fullscreen_task_in_desktop_heuristic"
    namespace: "lse_desktop_experience"