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

Commit 80304925 authored by Bartosz Chominski's avatar Bartosz Chominski
Browse files

Add an aconfig flag for window repositioning API

go/android-public-window-repositioning-api

Bug: 400407139
Flag: com.android.window.flags.enable_window_repositioning_api
Test: N/A
Change-Id: I8d0bb15cdcf71e4291000e9eea56c89bbb94f4f8
parent 6effb24a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -154,6 +154,8 @@ public enum DesktopExperienceFlags {
    ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS(
            Flags::enableWindowingTransitionHandlersObservers, false,
            Flags.FLAG_ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS),
    ENABLE_WINDOW_REPOSITIONING_API(Flags::enableWindowRepositioningApi, false,
            Flags.FLAG_ENABLE_WINDOW_REPOSITIONING_API),
    ENTER_DESKTOP_BY_DEFAULT_ON_FREEFORM_DISPLAYS(Flags::enterDesktopByDefaultOnFreeformDisplays,
            true, Flags.FLAG_ENTER_DESKTOP_BY_DEFAULT_ON_FREEFORM_DISPLAYS),
    FORM_FACTOR_BASED_DESKTOP_FIRST_SWITCH(Flags::formFactorBasedDesktopFirstSwitch, false,
+7 −0
Original line number Diff line number Diff line
@@ -1211,3 +1211,10 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_window_repositioning_api"
    namespace: "lse_desktop_experience"
    description: "Enables the API to allow default browsers to reposition their windows."
    bug: "400407139"
}