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

Commit 4bdc39df authored by Yara Hassan's avatar Yara Hassan
Browse files

Add a feature flag for logging a11y checker results

Bug: 325420273
Fix: 330720821
Test: "m services.accessibility"
Change-Id: I40c8f0e7c2cead0cc51768d5d20d2a4ffb442587
parent 82101eb4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -44,6 +44,13 @@ flag {
    bug: "198018180"
}

flag {
    name: "enable_a11y_checker_logging"
    namespace: "accessibility"
    description: "Whether to identify and log app a11y issues."
    bug: "325420273"
}

flag {
    name: "enable_magnification_joystick"
    namespace: "accessibility"