blob: b37bbd6ea27f5df37f800458be17dd981453d32e [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}