diff options
| -rw-r--r-- | packages/SystemUI/aconfig/accessibility.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/accessibility.aconfig b/packages/SystemUI/aconfig/accessibility.aconfig index 47b863029b35..55edff6d9518 100644 --- a/packages/SystemUI/aconfig/accessibility.aconfig +++ b/packages/SystemUI/aconfig/accessibility.aconfig @@ -71,3 +71,13 @@ flag { description: "Animates the floating menu's transition between curved and jagged edges." bug: "281140482" } + +flag { + name: "save_and_restore_magnification_settings_buttons" + namespace: "accessibility" + description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP." + bug: "325567876" + metadata { + purpose: PURPOSE_BUGFIX + } +} |