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

Commit 12450901 authored by Vladimir Komsiyski's avatar Vladimir Komsiyski
Browse files

Flag for auto-fallback to fullscreen on VDM

Bug: 378663612
Test: n/a
Flag: android.companion.virtualdevice.flags.gwpc_aware_windowing_mode
Change-Id: I1c0889477858dd316dbb685fec891a93e2704f27
parent bf504315
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -206,3 +206,12 @@ flag {
    is_exported: true
}

flag {
    name: "gwpc_aware_windowing_mode"
    namespace: "virtual_devices"
    description: "Fallback to FULLSCREEN when the windowing mode is unsupported"
    bug: "378663612"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}