summaryrefslogtreecommitdiff
path: root/services/accessibility/accessibility.aconfig
blob: a133131a1d3f43367fd528bea92c1629e9f32824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
package: "com.android.server.accessibility"
container: "system"

# 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: "allow_secure_screenshots"
    namespace: "accessibility"
    description: "Allow certain AccessibilityServices to take screenshots of FLAG_SECURE screens"
    bug: "373705911"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "always_allow_observing_touch_events"
    namespace: "accessibility"
    description: "Always allows InputFilter observing SOURCE_TOUCHSCREEN events, even if touch exploration is enabled."
    bug: "344604959"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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: "clear_default_from_a11y_shortcut_target_service_restore"
    namespace: "accessibility"
    description: "Clears the config_defaultAccessibilityService from B&R for ACCESSIBILITY_SHORTCUT_TARGET_SERVICE."
    bug: "341374402"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "clear_shortcuts_when_activity_updates_to_service"
    namespace: "accessibility"
    description: "When an a11y activity is updated to an a11y service, clears the associated shortcuts so that we don't skip the AccessibilityServiceWarning."
    bug: "358092445"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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: "do_not_reset_key_event_state"
    namespace: "accessibility"
    description: "Don't reset the event stream state when receiving an event without policy flag FLAG_PASS_TO_USER. Just pass it through the pipeline."
    bug: "331900630"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_autoclick_indicator"
    namespace: "accessibility"
    description: "Whether to show autoclick indicator when autoclick feature is enabled."
    bug: "383901288"
}

flag {
    name: "enable_a11y_checker_logging"
    namespace: "accessibility"
    description: "Whether to identify and log app a11y issues."
    bug: "325420273"
}

flag {
    name: "enable_hardware_shortcut_disables_warning"
    namespace: "accessibility"
    description: "When the user purposely enables the hardware shortcut, preemptively disables the first-time warning message."
    bug: "287065325"
}

flag {
    name: "enable_low_vision_generic_feedback"
    namespace: "accessibility"
    description: "Use generic feedback for low vision."
    bug: "393981463"
}

flag {
    name: "enable_low_vision_hats"
    namespace: "accessibility"
    description: "Use HaTS for low vision feedback."
    bug: "380346799"
}

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: "enable_magnification_one_finger_panning_gesture"
    namespace: "accessibility"
    description: "Whether to allow easy-mode (one finger panning gesture) for magnification"
    bug: "282039824"
}

flag {
    name: "enable_magnification_follows_mouse_with_pointer_motion_filter"
    namespace: "accessibility"
    description: "Whether to enable mouse following using pointer motion filter"
    bug: "361817142"
}

flag {
    name: "enable_magnification_keyboard_control"
    namespace: "accessibility"
    description: "Whether to enable keyboard control for magnification"
    bug: "355487062"
}

flag {
    name: "event_dispatcher_raw_event"
    namespace: "accessibility"
    description: "Fixes EventDispatcher#sendMotionEvent callers to properly provide raw event"
    bug: "385812366"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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: "focus_click_point_window_bounds_from_a11y_window_info"
    namespace: "accessibility"
    description: "Uses A11yWindowInfo bounds for focus click point bounds checking"
    bug: "317166487"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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: "magnification_enlarge_pointer_bugfix"
    namespace: "accessibility"
    description: "When fullscreen magnification is enabled, pointer icon is enlarged"
    bug: "355734856"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "manager_avoid_receiver_timeout"
    namespace: "accessibility"
    description: "Register receivers on background handler so they have more time to complete"
    bug: "333890389"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "manager_lifecycle_user_change"
    namespace: "accessibility"
    description: "Use A11yManagerService's Lifecycle to change users, instead of listening for user changed events."
    bug: "393626471"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "motion_event_injector_cancel_fix"
    namespace: "accessibility"
    description: "Fix the ACTION_CANCEL logic used in MotionEventInjector to avoid InputDispatcher inconsistency"
    bug: "384451671"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "package_monitor_dedicated_thread"
    namespace: "accessibility"
    description: "Runs the A11yManagerService PackageMonitor on a dedicated thread"
    bug: "348138695"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "manager_package_monitor_logic_fix"
    namespace: "accessibility"
    description: "Corrects the return values of the HandleForceStop function"
    bug: "337392123"
    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: "pointer_up_motion_event_in_touch_exploration"
    namespace: "accessibility"
    description: "Allows POINTER_UP motionEvents to trigger during touch exploration."
    bug: "374930391"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "proxy_use_apps_on_virtual_device_listener"
    namespace: "accessibility"
    description: "Fixes race condition described in b/286587811"
    bug: "286587811"
}

flag {
    name: "remove_on_window_infos_changed_handler"
    namespace: "accessibility"
    description: "Updates onWindowInfosChanged() to run without posting to a handler."
    bug: "333834990"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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: "reset_input_dispatcher_before_first_touch_exploration"
    namespace: "accessibility"
    description: "Resets InputDispatcher state by sending ACTION_CANCEL before the first TouchExploration hover events"
    bug: "364408887"
    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"
}

flag {
    name: "send_hover_events_based_on_event_stream"
    namespace: "accessibility"
    description: "Send hover enter and exit based on the state of the hover event stream rather than the internal state of the touch explorer state machine. Because of the nondeterministic nature of gesture detection when done in talkback, relying on the internal state can cause crashes."
    bug: "314251047"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_color_correction_saturation"
    namespace: "accessibility"
    description: "Feature allows users to change color correction saturation for daltonizer."
    bug: "322829049"
}

flag {
    name: "skip_package_change_before_user_switch"
    namespace: "accessibility"
    description: "Skip onSomePackageChanged callback if the SwitchUser signal is not received yet."
    bug: "340927041"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hearing_input_change_when_comm_device"
    namespace: "accessibility"
    description: "Listen to the CommunicationDeviceChanged to show hearing device input notification."
    bug: "394070235"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}