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

Commit cc6464ec authored by Ebru Kurnaz's avatar Ebru Kurnaz
Browse files

Add a flag for adding forced density ratio for external displays

Flag: com.android.window.flags.enable_persisting_density_scale_for_connected_displays
Test: NA
Bug: 392855657
Change-Id: I4d132895a36825c27d9a267386301ffef11718e9
parent 973f0b16
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -795,3 +795,13 @@ flag {
    description: "Enable Desktop Mode on Projected Mode devices but constrained to the external display."
    description: "Enable Desktop Mode on Projected Mode devices but constrained to the external display."
    bug: "384568161"
    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