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: "fix_get_autofill_component" 68 namespace: "autofill" 69 description: "Fix getAutofillComponent returning null, even when user has selected provider" 70 bug: "319503432" 71 metadata { 72 purpose: PURPOSE_BUGFIX 73 } 74} 75 76flag { 77 name: "test_flag" 78 namespace: "autofill" 79 description: "Test flag " 80 bug: "377868687" 81 metadata { 82 purpose: PURPOSE_BUGFIX 83 } 84} 85 86flag { 87 name: "multiple_fill_history" 88 namespace: "autofill" 89 description: "Allows tracking per Session FillEventHistory. As a bugfix flag to guard against DeviceConfig flag" 90 bug: "365630157" 91 metadata { 92 purpose: PURPOSE_BUGFIX 93 } 94} 95 96flag { 97 name: "add_session_id_to_client_state" 98 namespace: "autofill" 99 description: "Include the session id into the FillEventHistory events as part of ClientState" 100 bug: "333927465" 101} 102 103flag { 104 name: "highlight_autofill_single_field" 105 namespace: "autofill" 106 description: "Highlight single field after autofill selection" 107 bug: "41496744" 108} 109 110flag { 111 name: "metrics_fixes" 112 namespace: "autofill" 113 description: "Fixes various framework reported metrics" 114 bug: "362581326, 363011343" 115 metadata { 116 purpose: PURPOSE_BUGFIX 117 } 118} 119 120flag { 121 name: "add_accessibility_title_for_augmented_autofill_dropdown" 122 namespace: "autofill" 123 description: "Add accessibility title for augmented autofill dropdown" 124 bug: "375284244" 125 metadata { 126 purpose: PURPOSE_BUGFIX 127 } 128} 129