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

Commit d22ab047 authored by Graciela Putri's avatar Graciela Putri
Browse files

Enable EXCLUDE_CAPTION_FROM_APP_BOUNDS in devoptions

Flag: com.android.window.flags.exclude_caption_from_app_bounds
Bug: 388014743
Test: m
Change-Id: Idab974bee96267caa63fb21cb0ecf90b630f6559
parent 3f53cad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public enum DesktopModeFlags {
    ENABLE_WINDOWING_SCALED_RESIZING(Flags::enableWindowingScaledResizing, true),
    ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS(
            Flags::enableWindowingTransitionHandlersObservers, false),
    EXCLUDE_CAPTION_FROM_APP_BOUNDS(Flags::excludeCaptionFromAppBounds, false),
    EXCLUDE_CAPTION_FROM_APP_BOUNDS(Flags::excludeCaptionFromAppBounds, true),
    FORCE_CLOSE_TOP_TRANSPARENT_FULLSCREEN_TASK(
            Flags::forceCloseTopTransparentFullscreenTask, false),
    IGNORE_ASPECT_RATIO_RESTRICTIONS_FOR_RESIZEABLE_FREEFORM_ACTIVITIES(