blob: a754ba547767f5f108fa7c1c3d3facf1e748738f [file] [log] [blame]
package: "com.android.server.accessibility"
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
flag {
name: "add_window_token_without_lock"
namespace: "accessibility"
description: "Calls WMS.addWindowToken without holding A11yManagerService#mLock"
bug: "297972548"
}
flag {
name: "resettable_dynamic_properties"
namespace: "accessibility"
description: "Maintains initial copies of a11yServiceInfo dynamic properties so they can reset on disconnect."
bug: "312386990"
}
flag {
name: "cleanup_a11y_overlays"
namespace: "accessibility"
description: "Removes all attached accessibility overlays when a service is removed."
bug: "271490102"
}
flag {
name: "compute_window_changes_on_a11y"
namespace: "accessibility"
description: "Computes accessibility window changes in accessibility instead of wm package."
bug: "322444245"
}
flag {
name: "deprecate_package_list_observer"
namespace: "accessibility"
description: "Stops using the deprecated PackageListObserver."
bug: "304561459"
}
flag {
name: "disable_continuous_shortcut_on_force_stop"
namespace: "accessibility"
description: "When a package is force stopped, remove the button shortcuts of any continuously-running shortcuts."
bug: "198018180"
}
flag {
name: "enable_magnification_joystick"
namespace: "accessibility"
description: "Whether to enable joystick controls for magnification"
bug: "297211257"
}
flag {
name: "enable_magnification_multiple_finger_multiple_tap_gesture"
namespace: "accessibility"
description: "Whether to enable multi-finger-multi-tap gesture for magnification"
bug: "257274411"
}
flag {
name: "fix_drag_pointer_when_ending_drag"
namespace: "accessibility"
description: "Send the correct pointer id when transitioning from dragging to delegating states."
bug: "300002193"
}
flag {
name: "fullscreen_fling_gesture"
namespace: "accessibility"
description: "When true, adds a fling gesture animation for fullscreen magnification"
bug: "319175022"
}
flag {
name: "handle_multi_device_input"
namespace: "accessibility"
description: "Select a single active device when a multi-device stream is received by AccessibilityInputFilter"
bug: "310014874"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "pinch_zoom_zero_min_span"
namespace: "accessibility"
description: "Whether to set min span of ScaleGestureDetector to zero."
bug: "295327792"
}
flag {
name: "proxy_use_apps_on_virtual_device_listener"
namespace: "accessibility"
description: "Fixes race condition described in b/286587811"
bug: "286587811"
}
flag {
name: "reset_hover_event_timer_on_action_up"
namespace: "accessibility"
description: "Reset the timer for sending hover events on receiving ACTION_UP to guarantee the correct amount of time is available between taps."
bug: "326260351"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "scan_packages_without_lock"
namespace: "accessibility"
description: "Scans packages for accessibility service/activity info without holding the A11yMS lock"
bug: "295969873"
}
flag {
name: "send_a11y_events_based_on_state"
namespace: "accessibility"
description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."
bug: "295575684"
}