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

Commit 95593b20 authored by Ebru Kurnaz's avatar Ebru Kurnaz Committed by Android (Google) Code Review
Browse files

Merge "Add a flag for adding forced density ratio for external displays" into main

parents 7bd784c7 cc6464ec
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -795,3 +795,13 @@ flag {
    description: "Enable Desktop Mode on Projected Mode devices but constrained to the external display."
    bug: "384568161"
}

flag {
    name: "enable_persisting_density_scale_for_connected_displays"
    namespace: "lse_desktop_experience"
    description: "Enables persisting density scale on resolution change for connected displays."
    bug: "392855657"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file