blob: b78d103f287c009b060b202fd2897ab4a906ae4c [file] [log] [blame]
Daniel256fd322023-09-18 18:25:47 +00001package: "android.service.autofill"
Dennis Shenaea1d8e22024-04-19 11:57:28 +00002container: "system"
Daniel256fd322023-09-18 18:25:47 +00003
4flag {
Tim Yu77266962024-11-15 00:33:21 +00005 name: "autofill_session_destroyed"
6 namespace: "autofill"
7 description: "Guards against new metrics definitions introduced in W"
8 bug: "342676602"
9}
10
11flag {
Tim Yua0630b12024-11-12 19:03:40 +000012 name: "autofill_w_metrics"
13 namespace: "autofill"
14 description: "Guards against new metrics definitions introduced in W"
15 bug: "342676602"
MÃ¥rten Kongstad43526802024-11-28 07:58:20 +000016 is_exported: true
Tim Yua0630b12024-11-12 19:03:40 +000017}
18
19flag {
Daniel256fd322023-09-18 18:25:47 +000020 name: "autofill_credman_integration"
21 namespace: "autofill"
22 description: "Guards Autofill Framework against Autofill-Credman integration"
23 bug: "296907283"
Haoran Zhang4a98f3c2024-01-17 01:19:14 +000024}
25
26flag {
27 name: "autofill_credman_integration_phase2"
28 namespace: "autofill"
29 description: "Guards against Autofill-Credman integration phase 2"
30 bug: "320730001"
Reema Bajwa250c5aa2024-01-31 18:43:52 +000031}
32
33flag {
34 name: "autofill_credman_dev_integration"
Oriol Prieto Gasco8f557862024-03-01 16:52:42 +000035 is_exported: true
Reema Bajwa250c5aa2024-01-31 18:43:52 +000036 namespace: "autofill"
37 description: "Guards against Autofill-Credman Phase1 developer integration via new APIs"
38 bug: "320730001"
39}
Simranjit Kohlie7fb4422024-11-07 10:26:32 -080040
41flag {
Simranjit Kohli48c038a2024-11-20 08:39:36 -080042 name: "fill_dialog_improvements_impl"
43 is_exported: true
44 namespace: "autofill"
45 description: "Improvements for Fill Dialog for non-api changes"
46 bug: "336223371"
47}
48
49flag {
Simranjit Kohlie7fb4422024-11-07 10:26:32 -080050 name: "fill_dialog_improvements"
51 is_exported: true
52 namespace: "autofill"
53 description: "Improvements for Fill Dialog, including deprecation of pre-trigger API's"
54 bug: "336223371"
55}
Nikhil Ganta8a285df2024-11-19 18:49:23 +000056
57flag {
58 name: "add_last_focused_id_to_fill_event_history"
59 namespace: "autofill"
60 description: "Adds focused id to each event that's part of the fill event history"
61 bug: "334141398"
62}