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: "fill_fields_from_current_session_only" 13 namespace: "autofill" 14 description: "Only fill autofill fields that are part of the current session." 15 bug: "270722825" 16} 17 18flag { 19 name: "relayout" 20 namespace: "autofill" 21 description: "Mitigation for relayout issue" 22 bug: "294330426" 23} 24 25flag { 26 name: "include_invisible_view_group_in_assist_structure" 27 namespace: "autofill" 28 description: "Mitigation for autofill providers miscalculating view visibility" 29 bug: "291795358" 30} 31 32flag { 33 name: "remote_fill_service_use_weak_reference" 34 namespace: "autofill" 35 description: "Use weak reference to address binder leak problem" 36 bug: "307972253" 37} 38 39flag { 40 name: "add_last_focused_id_to_client_state" 41 namespace: "autofill" 42 description: "Include the current view id into the FillEventHistory events as part of ClientState" 43 bug: "334141398" 44} 45 46flag { 47 name: "add_session_id_to_client_state" 48 namespace: "autofill" 49 description: "Include the session id into the FillEventHistory events as part of ClientState" 50 bug: "333927465" 51} 52