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

Commit 0138e52c authored by Mina Granic's avatar Mina Granic
Browse files

Add a flag for Camera Compat.

Existing code is protected with a flag in App Compat aconfig - we should replace it with Desktop Windowing flag to make dogfooding easier.

Flag: com.android.window.flags.enable_camera_compat_for_desktop_windowing
Bug: 344567658
Test: N/A, not used yet.
Change-Id: I7bc7ced2309947d1e145cbdd52906fa9b392c4c2
parent b63ed2d4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -92,3 +92,10 @@ flag {
    description: "Makes the App Header style adapt to the system's and app's light/dark theme"
    bug: "328668781"
}

flag {
    name: "enable_camera_compat_for_desktop_windowing"
    namespace: "lse_desktop_experience"
    description: "Whether to apply Camera Compat treatment to fixed-orientation apps in desktop windowing mode"
    bug: "314952133"
}