blob: 0c3d40d9e17e067c43a5f28907ef25a307a7a415 [file] [log] [blame]
Tim Yu3cb5d8b2023-08-25 20:44:58 +00001package: "android.service.autofill"
Dennis Shenaea1d8e22024-04-19 11:57:28 +00002container: "system"
Tim Yu3cb5d8b2023-08-25 20:44:58 +00003
4flag {
5 name: "test"
6 namespace: "autofill"
7 description: "Test flag "
8 bug: "297380045"
Alex Salo302a2a02023-10-04 21:31:07 +00009}
10
11flag {
Aaron Li721668d2023-09-20 14:01:18 -070012 name: "fill_fields_from_current_session_only"
13 namespace: "autofill"
14 description: "Only fill autofill fields that are part of the current session."
15 bug: "270722825"
16}
17
18flag {
Alex Salo302a2a02023-10-04 21:31:07 +000019 name: "relayout"
20 namespace: "autofill"
21 description: "Mitigation for relayout issue"
22 bug: "294330426"
23}
Joy Babafemi9d1a2242023-11-08 23:26:41 +000024
25flag {
26 name: "ignore_view_state_reset_to_empty"
27 namespace: "autofill"
28 description: "Mitigation for view state reset to empty causing no save dialog to show issue"
29 bug: "297976948"
30}
Daniel359ec7f2023-12-13 01:16:23 +000031
32flag {
Daniel677ee772023-12-13 21:17:19 +000033 name: "include_invisible_view_group_in_assist_structure"
Daniel359ec7f2023-12-13 01:16:23 +000034 namespace: "autofill"
35 description: "Mitigation for autofill providers miscalculating view visibility"
36 bug: "291795358"
37}
Yu-Ting Tseng99844532023-12-05 14:24:47 -080038
39flag {
40 name: "remote_fill_service_use_weak_reference"
41 namespace: "autofill"
42 description: "Use weak reference to address binder leak problem"
43 bug: "307972253"
44}
Nikhil Gantae123e462024-04-12 21:06:54 +000045
46flag {
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000047 name: "add_last_focused_id_to_client_state"
Nikhil Gantae123e462024-04-12 21:06:54 +000048 namespace: "autofill"
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000049 description: "Include the current view id into the FillEventHistory events as part of ClientState"
Nikhil Gantae123e462024-04-12 21:06:54 +000050 bug: "334141398"
51}
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000052
53flag {
54 name: "add_session_id_to_client_state"
55 namespace: "autofill"
56 description: "Include the session id into the FillEventHistory events as part of ClientState"
57 bug: "333927465"
58}