diff options
| author | 2023-09-13 08:33:28 +0000 | |
|---|---|---|
| committer | 2023-09-13 08:33:28 +0000 | |
| commit | 1cf6800b955413559ef39ac31f4be58fdef1e4f8 (patch) | |
| tree | 019636fa1686d968b4201f238e1aa360bcff305c | |
| parent | 8e84414eedf7518199c271cc9c2ddc552485e927 (diff) | |
feat(joystick)!: add the feature flag
Add a flag for enabling magnification joystick feature
Bug: 297211257
Bug: 257316431
Bug: 293223352
Test: build pass and abd command to flip the flag locally
Change-Id: I8b287c225ccb1b8ea648118911772394e666d14e
| -rw-r--r-- | services/accessibility/accessibility.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/accessibility/accessibility.aconfig b/services/accessibility/accessibility.aconfig index 0fc491a8bdfb..3709f4714a4f 100644 --- a/services/accessibility/accessibility.aconfig +++ b/services/accessibility/accessibility.aconfig @@ -13,3 +13,10 @@ flag { description: "Whether to enable multi-finger-multi-tap gesture for magnification" bug: "257274411" } + +flag { + name: "enable_magnification_joystick" + namespace: "accessibility" + description: "Whether to enable joystick controls for magnification" + bug: "297211257" +}
\ No newline at end of file |