description: "Whether to enable multi-finger-multi-tap gesture for magnification"
bug: "257274411"
description: "Stops using the deprecated PackageListObserver."
bug: "304561459"
}
flag {
name: "enable_magnification_joystick"
name: "disable_continuous_shortcut_on_force_stop"
namespace: "accessibility"
description: "Whether to enable joystick controls for magnification"
bug: "297211257"
description: "When a package is force stopped, remove the button shortcuts of any continuously-running shortcuts."
bug: "198018180"
}
flag {
name: "send_a11y_events_based_on_state"
name: "enable_magnification_joystick"
namespace: "accessibility"
description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."
bug: "295575684"
description: "Whether to enable joystick controls for magnification"
description: "Calls WMS.addWindowToken without holding A11yManagerService#mLock"
bug: "297972548"
description: "Whether to enable multi-finger-multi-tap gesture for magnification"
bug: "257274411"
}
flag {
@@ -43,17 +45,17 @@ flag {
}
flag {
name: "disable_continuous_shortcut_on_force_stop"
name: "proxy_use_apps_on_virtual_device_listener"
namespace: "accessibility"
description: "When a package is force stopped, remove the button shortcuts of any continuously-running shortcuts."
bug: "198018180"
description: "Fixes race condition described in b/286587811"
bug: "286587811"
}
flag {
name: "deprecate_package_list_observer"
name: "reduce_touch_exploration_sensitivity"
namespace: "accessibility"
description: "Stops using the deprecated PackageListObserver."
bug: "304561459"
description: "Reduces touch exploration sensitivity by only sending a hover event when the ifnger has moved the amount of pixels defined by the system's touch slop."
bug: "303677860"
}
flag {
@@ -64,8 +66,8 @@ flag {
}
flag {
name: "reduce_touch_exploration_sensitivity"
name: "send_a11y_events_based_on_state"
namespace: "accessibility"
description: "Reduces touch exploration sensitivity by only sending a hover event when the ifnger has moved the amount of pixels defined by the system's touch slop."
bug: "303677860"
description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."