Daniel | 256fd32 | 2023-09-18 18:25:47 +0000 | [diff] [blame] | 1 | package: "android.service.autofill" |
Dennis Shen | aea1d8e2 | 2024-04-19 11:57:28 +0000 | [diff] [blame] | 2 | container: "system" |
Daniel | 256fd32 | 2023-09-18 18:25:47 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
Tim Yu | 7726696 | 2024-11-15 00:33:21 +0000 | [diff] [blame^] | 5 | name: "autofill_session_destroyed" |
| 6 | namespace: "autofill" |
| 7 | description: "Guards against new metrics definitions introduced in W" |
| 8 | bug: "342676602" |
| 9 | } |
| 10 | |
| 11 | flag { |
Tim Yu | a0630b1 | 2024-11-12 19:03:40 +0000 | [diff] [blame] | 12 | name: "autofill_w_metrics" |
| 13 | namespace: "autofill" |
| 14 | description: "Guards against new metrics definitions introduced in W" |
| 15 | bug: "342676602" |
| 16 | } |
| 17 | |
| 18 | flag { |
Daniel | 256fd32 | 2023-09-18 18:25:47 +0000 | [diff] [blame] | 19 | name: "autofill_credman_integration" |
| 20 | namespace: "autofill" |
| 21 | description: "Guards Autofill Framework against Autofill-Credman integration" |
| 22 | bug: "296907283" |
Haoran Zhang | 4a98f3c | 2024-01-17 01:19:14 +0000 | [diff] [blame] | 23 | } |
| 24 | |
| 25 | flag { |
| 26 | name: "autofill_credman_integration_phase2" |
| 27 | namespace: "autofill" |
| 28 | description: "Guards against Autofill-Credman integration phase 2" |
| 29 | bug: "320730001" |
Reema Bajwa | 250c5aa | 2024-01-31 18:43:52 +0000 | [diff] [blame] | 30 | } |
| 31 | |
| 32 | flag { |
| 33 | name: "autofill_credman_dev_integration" |
Oriol Prieto Gasco | 8f55786 | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 34 | is_exported: true |
Reema Bajwa | 250c5aa | 2024-01-31 18:43:52 +0000 | [diff] [blame] | 35 | namespace: "autofill" |
| 36 | description: "Guards against Autofill-Credman Phase1 developer integration via new APIs" |
| 37 | bug: "320730001" |
| 38 | } |
Simranjit Kohli | e7fb442 | 2024-11-07 10:26:32 -0800 | [diff] [blame] | 39 | |
| 40 | flag { |
| 41 | name: "fill_dialog_improvements" |
| 42 | is_exported: true |
| 43 | namespace: "autofill" |
| 44 | description: "Improvements for Fill Dialog, including deprecation of pre-trigger API's" |
| 45 | bug: "336223371" |
| 46 | } |
Nikhil Ganta | 8a285df | 2024-11-19 18:49:23 +0000 | [diff] [blame] | 47 | |
| 48 | flag { |
| 49 | name: "add_last_focused_id_to_fill_event_history" |
| 50 | namespace: "autofill" |
| 51 | description: "Adds focused id to each event that's part of the fill event history" |
| 52 | bug: "334141398" |
| 53 | } |