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

Commit 4dfbe2e3 authored by Nick Chameyev's avatar Nick Chameyev
Browse files

Add ensure_wallpaper_drawn_on_display_switch flag

Creates a flag for b/395612286 where we will
ensure that we add a show_wallpaper flag during
display switching on foldable devices.

Bug: 395612286
Flag: com.android.window.flags.ensure_wallpaper_drawn_on_display_switch
Test: presubmit
Change-Id: Id40eb7cefb122b211212651d73eac0060c9ec920
parent 18a8bfdd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -275,6 +275,16 @@ flag {
    is_exported: true
}

flag {
    name: "ensure_wallpaper_drawn_on_display_switch"
    namespace: "windowing_frontend"
    description: "Ensures that wallpaper is visible and drawn on folding/unfolding"
    bug: "395612286"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "predictive_back_system_override_callback"
    namespace: "windowing_frontend"