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

Commit d004b478 authored by Massimo Carli's avatar Massimo Carli
Browse files

Enable enableModalsFullscreenWithPermission in devoptions

Flag: com.android.window.flags.enable_modals_fullscreen_with_permission
Bug: 394714626
Test: m

Change-Id: Iceab8a6b668b5e78daf62cd5fa934799579d580e
parent c630ba83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public enum DesktopModeFlags {
    ENABLE_HOLD_TO_DRAG_APP_HANDLE(Flags::enableHoldToDragAppHandle, true),
    ENABLE_INPUT_LAYER_TRANSITION_FIX(Flags::enableInputLayerTransitionFix, false),
    ENABLE_MINIMIZE_BUTTON(Flags::enableMinimizeButton, true),
    ENABLE_MODALS_FULLSCREEN_WITH_PERMISSIONS(Flags::enableModalsFullscreenWithPermission, false),
    ENABLE_MODALS_FULLSCREEN_WITH_PERMISSIONS(Flags::enableModalsFullscreenWithPermission, true),
    ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS(
            Flags::enableOpaqueBackgroundForTransparentWindows, true),
    ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true),