blob: f09cb19d0c1d92df7bf204b623052f09cecdf32a [file] [log] [blame]
Sally724d2142023-09-05 15:10:11 +00001package: "com.android.server.accessibility"
Roy Chou8e844142023-09-13 08:11:53 +00002
Sally724d2142023-09-05 15:10:11 +00003flag {
4 name: "proxy_use_apps_on_virtual_device_listener"
5 namespace: "accessibility"
6 description: "Fixes race condition described in b/286587811"
7 bug: "286587811"
8}
Roy Chou8e844142023-09-13 08:11:53 +00009
10flag {
11 name: "enable_magnification_multiple_finger_multiple_tap_gesture"
12 namespace: "accessibility"
13 description: "Whether to enable multi-finger-multi-tap gesture for magnification"
14 bug: "257274411"
15}
Roy Chou1cf68002023-09-13 08:33:28 +000016
17flag {
18 name: "enable_magnification_joystick"
19 namespace: "accessibility"
20 description: "Whether to enable joystick controls for magnification"
21 bug: "297211257"
Ameer Armalyfb76caf2023-09-11 18:32:38 +000022}
23
24flag {
25 name: "send_a11y_events_based_on_state"
26 namespace: "accessibility"
27 description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."
Daniel Normanec42a602023-08-30 00:15:58 +000028 bug: "295575684"
29}
30
31flag {
32 name: "add_window_token_without_lock"
33 namespace: "accessibility"
34 description: "Calls WMS.addWindowToken without holding A11yManagerService#mLock"
35 bug: "297972548"
36}
Jean Chen6d939f92023-09-25 10:22:39 +080037
38flag {
39 name: "pinch_zoom_zero_min_span"
40 namespace: "accessibility"
41 description: "Whether to set min span of ScaleGestureDetector to zero."
42 bug: "295327792"
Daniel Norman1d135382023-10-10 16:58:26 +000043}
44
45flag {
46 name: "deprecate_package_list_observer"
47 namespace: "accessibility"
48 description: "Stops using the deprecated PackageListObserver."
49 bug: "304561459"
50}
Daniel Norman618169b2023-09-12 23:54:04 +000051
52flag {
53 name: "scan_packages_without_lock"
54 namespace: "accessibility"
55 description: "Scans packages for accessibility service/activity info without holding the A11yMS lock"
56 bug: "295969873"
57}
Ameer Armaly9d2509722023-10-02 20:52:57 +000058
59flag {
60 name: "reduce_touch_exploration_sensitivity"
61 namespace: "accessibility"
62 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."
63 bug: "303677860"
64}