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

Commit a0f457a7 authored by Steven Ng's avatar Steven Ng
Browse files

Add connected display wallpaper flag to desktop experience dev op flag enum

Flag: com.android.window.flags.show_desktop_experience_dev_option
Test: Build and run
Bug: 393372870
Change-Id: I398fc4c62b184858adafa6d3fe4a790551c95429
parent e978e2f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ public enum DesktopExperienceFlags {
    ENABLE_BUG_FIXES_FOR_SECONDARY_DISPLAY(Flags::enableBugFixesForSecondaryDisplay, true),
    ENABLE_CONNECTED_DISPLAYS_DND(Flags::enableConnectedDisplaysDnd, false),
    ENABLE_CONNECTED_DISPLAYS_PIP(Flags::enableConnectedDisplaysPip, false),
    ENABLE_CONNECTED_DISPLAYS_WALLPAPER(
            android.app.Flags::enableConnectedDisplaysWallpaper, false),
    ENABLE_CONNECTED_DISPLAYS_WINDOW_DRAG(Flags::enableConnectedDisplaysWindowDrag, true),
    ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT(
            com.android.server.display.feature.flags.Flags::enableDisplayContentModeManagement,