Tim Yu | 3cb5d8b | 2023-08-25 20:44:58 +0000 | [diff] [blame] | 1 | package: "android.service.autofill" |
| 2 | |
| 3 | flag { |
| 4 | name: "test" |
| 5 | namespace: "autofill" |
| 6 | description: "Test flag " |
| 7 | bug: "297380045" |
Alex Salo | 302a2a0 | 2023-10-04 21:31:07 +0000 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
Aaron Li | 721668d | 2023-09-20 14:01:18 -0700 | [diff] [blame] | 11 | name: "fill_fields_from_current_session_only" |
| 12 | namespace: "autofill" |
| 13 | description: "Only fill autofill fields that are part of the current session." |
| 14 | bug: "270722825" |
| 15 | } |
| 16 | |
| 17 | flag { |
Alex Salo | 302a2a0 | 2023-10-04 21:31:07 +0000 | [diff] [blame] | 18 | name: "relayout" |
| 19 | namespace: "autofill" |
| 20 | description: "Mitigation for relayout issue" |
| 21 | bug: "294330426" |
| 22 | } |
Joy Babafemi | 9d1a224 | 2023-11-08 23:26:41 +0000 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "ignore_view_state_reset_to_empty" |
| 26 | namespace: "autofill" |
| 27 | description: "Mitigation for view state reset to empty causing no save dialog to show issue" |
| 28 | bug: "297976948" |
| 29 | } |
Daniel | 359ec7f | 2023-12-13 01:16:23 +0000 | [diff] [blame] | 30 | |
| 31 | flag { |
Daniel | 677ee77 | 2023-12-13 21:17:19 +0000 | [diff] [blame^] | 32 | name: "include_invisible_view_group_in_assist_structure" |
Daniel | 359ec7f | 2023-12-13 01:16:23 +0000 | [diff] [blame] | 33 | namespace: "autofill" |
| 34 | description: "Mitigation for autofill providers miscalculating view visibility" |
| 35 | bug: "291795358" |
| 36 | } |