blob: ca6fefdd8245ab71954199d3cf73925577d11bcb [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 {
32 name: "ignore_invisible_view_group_in_assist_structure"
33 namespace: "autofill"
34 description: "Mitigation for autofill providers miscalculating view visibility"
35 bug: "291795358"
36}