blob: 590a1efaf5767c3007386a111d5c3d9d655224c9 [file] [log] [blame]
Tim Yu3cb5d8b2023-08-25 20:44:58 +00001package: "android.service.autofill"
2
3flag {
4 name: "test"
5 namespace: "autofill"
6 description: "Test flag "
7 bug: "297380045"
Alex Salo302a2a02023-10-04 21:31:07 +00008}
9
10flag {
Aaron Li721668d2023-09-20 14:01:18 -070011 name: "fill_fields_from_current_session_only"
12 namespace: "autofill"
13 description: "Only fill autofill fields that are part of the current session."
14 bug: "270722825"
15}
16
17flag {
Alex Salo302a2a02023-10-04 21:31:07 +000018 name: "relayout"
19 namespace: "autofill"
20 description: "Mitigation for relayout issue"
21 bug: "294330426"
22}
Joy Babafemi9d1a2242023-11-08 23:26:41 +000023
24flag {
25 name: "ignore_view_state_reset_to_empty"
26 namespace: "autofill"
27 description: "Mitigation for view state reset to empty causing no save dialog to show issue"
28 bug: "297976948"
29}
Daniel359ec7f2023-12-13 01:16:23 +000030
31flag {
Daniel677ee772023-12-13 21:17:19 +000032 name: "include_invisible_view_group_in_assist_structure"
Daniel359ec7f2023-12-13 01:16:23 +000033 namespace: "autofill"
34 description: "Mitigation for autofill providers miscalculating view visibility"
35 bug: "291795358"
36}
Yu-Ting Tseng99844532023-12-05 14:24:47 -080037
38flag {
39 name: "remote_fill_service_use_weak_reference"
40 namespace: "autofill"
41 description: "Use weak reference to address binder leak problem"
42 bug: "307972253"
43}
Nikhil Gantae123e462024-04-12 21:06:54 +000044
45flag {
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000046 name: "add_last_focused_id_to_client_state"
Nikhil Gantae123e462024-04-12 21:06:54 +000047 namespace: "autofill"
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000048 description: "Include the current view id into the FillEventHistory events as part of ClientState"
Nikhil Gantae123e462024-04-12 21:06:54 +000049 bug: "334141398"
50}
Nikhil Ganta3dad48f2024-04-17 21:08:57 +000051
52flag {
53 name: "add_session_id_to_client_state"
54 namespace: "autofill"
55 description: "Include the session id into the FillEventHistory events as part of ClientState"
56 bug: "333927465"
57}