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

Commit fcbe9e10 authored by Candice's avatar Candice
Browse files

fix(window magnification): Create flag for redesigning magnification window size

Bug: 288056772
Test: None. Add aconfig flag
Flag: com.android.systemui.redesign_magnifier_window_size
Change-Id: Icb43e7ea0f1befbd2defe488dca35e3653cdfb5d
parent c3e77427
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -72,6 +72,16 @@ flag {
    bug: "281140482"
}

flag {
    name: "redesign_magnifier_window_size"
    namespace: "accessibility"
    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
    bug: "288056772"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "save_and_restore_magnification_settings_buttons"
    namespace: "accessibility"