summaryrefslogtreecommitdiff
path: root/packages/SystemUI/accessibility/accessibilitymenu/aconfig/accessibility.aconfig
blob: 6ad1b3819fa8b0ea14e790903a000d94dc656be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package: "com.android.systemui.accessibility.accessibilitymenu"
container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "a11y_menu_hide_before_taking_action"
    namespace: "accessibility"
    description: "Hides the AccessibilityMenuService UI before taking action instead of after."
    bug: "292020123"
}

flag {
    name: "a11y_menu_settings_back_button_fix_and_large_button_sizing"
    namespace: "accessibility"
    description: "Provides/restores back button functionality for the a11yMenu settings page. Also, fixes sizing problems with large shortcut buttons."
    bug: "298467628"
}