xref: /aosp_15_r20/frameworks/base/services/autofill/features.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "android.service.autofill"
2container: "system"
3
4flag {
5  name: "autofill_session_destroyed"
6  namespace: "autofill"
7  description: "Guards against new metrics definitions introduced in W"
8  bug: "342676602"
9}
10
11flag {
12  name: "autofill_w_metrics"
13  namespace: "autofill"
14  description: "Guards against new metrics definitions introduced in W"
15  bug: "342676602"
16  is_exported: true
17}
18
19flag {
20  name: "autofill_credman_integration"
21  namespace: "autofill"
22  description: "Guards Autofill Framework against Autofill-Credman integration"
23  bug: "296907283"
24}
25
26flag {
27    name: "autofill_credman_integration_phase2"
28    namespace: "autofill"
29    description: "Guards against Autofill-Credman integration phase 2"
30    bug: "320730001"
31}
32
33flag {
34    name: "autofill_credman_dev_integration"
35    is_exported: true
36    namespace: "autofill"
37    description: "Guards against Autofill-Credman Phase1 developer integration via new APIs"
38    bug: "320730001"
39}
40
41flag {
42    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 {
50    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}
56
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}
63