blob: 75ecdb78fe007633be28309f63ebf71ecca3291a [file] [log] [blame]
Sally724d2142023-09-05 15:10:11 +00001package: "com.android.server.accessibility"
Roy Chou8e844142023-09-13 08:11:53 +00002
Daniel Norman6c6f1b52023-10-20 00:25:18 +00003# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
Daniel Normanec42a602023-08-30 00:15:58 +00004
5flag {
6 name: "add_window_token_without_lock"
7 namespace: "accessibility"
8 description: "Calls WMS.addWindowToken without holding A11yManagerService#mLock"
9 bug: "297972548"
10}
Jean Chen6d939f92023-09-25 10:22:39 +080011
12flag {
Daniel Norman1d135382023-10-10 16:58:26 +000013 name: "deprecate_package_list_observer"
14 namespace: "accessibility"
15 description: "Stops using the deprecated PackageListObserver."
16 bug: "304561459"
17}
Daniel Norman618169b2023-09-12 23:54:04 +000018
19flag {
Daniel Norman6c6f1b52023-10-20 00:25:18 +000020 name: "disable_continuous_shortcut_on_force_stop"
Daniel Norman618169b2023-09-12 23:54:04 +000021 namespace: "accessibility"
Daniel Norman6c6f1b52023-10-20 00:25:18 +000022 description: "When a package is force stopped, remove the button shortcuts of any continuously-running shortcuts."
23 bug: "198018180"
24}
25
26flag {
27 name: "enable_magnification_joystick"
28 namespace: "accessibility"
29 description: "Whether to enable joystick controls for magnification"
30 bug: "297211257"
31}
32
33flag {
34 name: "enable_magnification_multiple_finger_multiple_tap_gesture"
35 namespace: "accessibility"
36 description: "Whether to enable multi-finger-multi-tap gesture for magnification"
37 bug: "257274411"
38}
39
40flag {
41 name: "pinch_zoom_zero_min_span"
42 namespace: "accessibility"
43 description: "Whether to set min span of ScaleGestureDetector to zero."
44 bug: "295327792"
45}
46
47flag {
48 name: "proxy_use_apps_on_virtual_device_listener"
49 namespace: "accessibility"
50 description: "Fixes race condition described in b/286587811"
51 bug: "286587811"
Daniel Norman618169b2023-09-12 23:54:04 +000052}
Ameer Armaly9d2509722023-10-02 20:52:57 +000053
54flag {
55 name: "reduce_touch_exploration_sensitivity"
56 namespace: "accessibility"
57 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."
58 bug: "303677860"
59}
Daniel Norman6c6f1b52023-10-20 00:25:18 +000060
61flag {
62 name: "scan_packages_without_lock"
63 namespace: "accessibility"
64 description: "Scans packages for accessibility service/activity info without holding the A11yMS lock"
65 bug: "295969873"
66}
67
68flag {
69 name: "send_a11y_events_based_on_state"
70 namespace: "accessibility"
71 description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."
72 bug: "295575684"
73}