xref: /aosp_15_r20/frameworks/base/services/autofill/bugfixes.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "android.service.autofill"
2container: "system"
3
4flag {
5  name: "test"
6  namespace: "autofill"
7  description: "Test flag "
8  bug: "297380045"
9}
10
11flag {
12  name: "improve_fill_dialog_aconfig"
13  namespace: "autofill"
14  description: "Improvements for Fill Dialog. Guard DeviceConfig rollout "
15  bug: "382493181"
16  metadata {
17    purpose: PURPOSE_BUGFIX
18  }
19}
20
21flag {
22  name: "fill_fields_from_current_session_only"
23  namespace: "autofill"
24  description: "Only fill autofill fields that are part of the current session."
25  bug: "270722825"
26}
27
28flag {
29  name: "relayout"
30  namespace: "autofill"
31  description: "Mitigation for relayout issue"
32  bug: "294330426"
33}
34
35flag {
36  name: "relayout_fix"
37  namespace: "autofill"
38  description: "Fixing relayout issue. Guarding enabling device config flags"
39  bug: "381226145"
40  metadata {
41    purpose: PURPOSE_BUGFIX
42  }
43}
44
45flag {
46  name: "include_invisible_view_group_in_assist_structure"
47  namespace: "autofill"
48  description: "Mitigation for autofill providers miscalculating view visibility"
49  bug: "291795358"
50}
51
52flag {
53  name: "remote_fill_service_use_weak_reference"
54  namespace: "autofill"
55  description: "Use weak reference to address binder leak problem"
56  bug: "307972253"
57}
58
59flag {
60  name: "add_last_focused_id_to_client_state"
61  namespace: "autofill"
62  description: "Include the current view id into the FillEventHistory events as part of ClientState"
63  bug: "334141398"
64}
65
66flag {
67  name: "test_flag"
68  namespace: "autofill"
69  description: "Test flag "
70  bug: "377868687"
71  metadata {
72    purpose: PURPOSE_BUGFIX
73  }
74}
75
76flag {
77  name: "add_session_id_to_client_state"
78  namespace: "autofill"
79  description: "Include the session id into the FillEventHistory events as part of ClientState"
80  bug: "333927465"
81}
82
83flag {
84  name: "highlight_autofill_single_field"
85  namespace: "autofill"
86  description: "Highlight single field after autofill selection"
87  bug: "41496744"
88}
89