Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 3 | |
Ling Ma | f2e62b4 | 2024-04-04 14:50:15 -0700 | [diff] [blame] | 4 | # OWNER=linggm TARGET=24Q4 |
| 5 | flag { |
| 6 | name: "keep_empty_requests_network" |
| 7 | namespace: "telephony" |
| 8 | description: "Don't tear down network even if no requests attached to it." |
| 9 | bug: "331301784" |
| 10 | metadata { |
| 11 | purpose: PURPOSE_BUGFIX |
| 12 | } |
| 13 | } |
| 14 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 15 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 16 | flag { |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 17 | name: "auto_data_switch_allow_roaming" |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 18 | namespace: "telephony" |
| 19 | description: "Allow using roaming network as target if user allows it from settings." |
Ling Ma | 0a09380 | 2024-02-23 17:38:08 +0000 | [diff] [blame] | 20 | bug: "287132491" |
| 21 | metadata { |
| 22 | purpose: PURPOSE_BUGFIX |
| 23 | } |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 24 | } |
| 25 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 26 | # OWNER=linggm TARGET=24Q3 |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 27 | flag { |
Ling Ma | 4dd9464 | 2024-05-31 13:15:04 -0700 | [diff] [blame] | 28 | name: "auto_data_switch_uses_data_enabled" |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 29 | namespace: "telephony" |
Ling Ma | 4dd9464 | 2024-05-31 13:15:04 -0700 | [diff] [blame] | 30 | description: "Separately consider the backup phone's data allowed and data enabled." |
| 31 | bug: "338552223" |
| 32 | metadata { |
| 33 | purpose: PURPOSE_BUGFIX |
| 34 | } |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 35 | } |
| 36 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 37 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 38 | flag { |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 39 | name: "use_alarm_callback" |
| 40 | namespace: "telephony" |
| 41 | description: "Use alarm callback instead of broadcast." |
| 42 | bug: "311476875" |
| 43 | } |
| 44 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 45 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 46 | flag { |
| 47 | name: "refine_preferred_data_profile_selection" |
| 48 | namespace: "telephony" |
| 49 | description: "Upon internet network connect, refine selection of preferred data profile." |
| 50 | bug: "311476883" |
| 51 | } |
| 52 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 53 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 54 | flag { |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 55 | name: "unthrottle_check_transport" |
| 56 | namespace: "telephony" |
| 57 | description: "Check transport when unthrottle." |
| 58 | bug: "303922311" |
| 59 | } |
| 60 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 61 | # OWNER=linggm TARGET=24Q1 |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 62 | flag { |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 63 | name: "relax_ho_teardown" |
| 64 | namespace: "telephony" |
| 65 | description: "Relax handover tear down if the device is currently in voice call." |
| 66 | bug: "270895912" |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 67 | } |
| 68 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 69 | # OWNER=linggm TARGET=24Q2 |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 70 | flag { |
| 71 | name: "allow_mmtel_in_non_vops" |
| 72 | namespace: "telephony" |
| 73 | description: "Allow bring up MMTEL in nonVops area specified by carrier config." |
| 74 | bug: "241198464" |
| 75 | } |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 76 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 77 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 78 | flag { |
| 79 | name: "metered_embb_urlcc" |
| 80 | namespace: "telephony" |
| 81 | description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered." |
| 82 | bug: "301310451" |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 83 | } |
| 84 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 85 | # OWNER=sarahchin TARGET=24Q3 |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 86 | flag { |
| 87 | name: "slicing_additional_error_codes" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 88 | is_exported: true |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 89 | namespace: "telephony" |
| 90 | description: "Support additional slicing error codes and functionality." |
| 91 | bug: "307378699" |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 92 | } |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 93 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 94 | # OWNER=nagendranb TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 95 | flag { |
| 96 | name: "apn_setting_field_support_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 97 | is_exported: true |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 98 | namespace: "telephony" |
| 99 | description: "Expose apn setting supporting field" |
| 100 | bug: "307038091" |
| 101 | } |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 102 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 103 | # OWNER=sangyun TARGET=24Q3 |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 104 | flag { |
| 105 | name: "network_validation" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 106 | is_exported: true |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 107 | namespace: "telephony" |
| 108 | description: "Request network validation for data networks and response status." |
| 109 | bug:"286171724" |
| 110 | } |
| 111 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 112 | # OWNER=nagendranb TARGET=24Q2 |
Nagendra Prasad Nagarle Basavaraju | 55254f2 | 2023-11-14 14:33:40 +0000 | [diff] [blame] | 113 | flag { |
| 114 | name: "notify_data_activity_changed_with_slot" |
| 115 | namespace: "telephony" |
| 116 | description: "notify data activity changed for slot id" |
| 117 | bug: "309896936" |
| 118 | } |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 119 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 120 | # OWNER=qingqi TARGET=24Q3 |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 121 | flag { |
| 122 | name: "vonr_enabled_metric" |
| 123 | namespace: "telephony" |
| 124 | description: "Collect vonr status in voice call metric" |
| 125 | bug:"288449751" |
| 126 | } |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 127 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 128 | # OWNER=willycwhu TARGET=24Q2 |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame] | 129 | flag { |
| 130 | name: "ignore_existing_networks_for_internet_allowed_checking" |
| 131 | namespace: "telephony" |
| 132 | description: "Ignore existing networks when checking if internet is allowed" |
| 133 | bug: "284420611" |
| 134 | } |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 135 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 136 | # OWNER=apsankar TARGET=24Q3 |
Aswin Sankar | 8b3895a | 2023-12-18 23:30:36 +0000 | [diff] [blame] | 137 | flag { |
| 138 | name: "data_call_session_stats_captures_cross_sim_calling" |
| 139 | namespace: "telephony" |
| 140 | description: "The DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling." |
| 141 | bug: "313956117" |
| 142 | } |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 143 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 144 | # OWNER=jackyu TARGET=24Q2 |
Jack Yu | 96359a4 | 2024-01-23 15:57:45 -0800 | [diff] [blame] | 145 | flag { |
| 146 | name: "force_iwlan_mms" |
| 147 | namespace: "telephony" |
| 148 | description: "When QNS prefers MMS on IWLAN, MMS will be attempted on IWLAN if it can, even though if existing cellular network already supports MMS." |
| 149 | bug: "316211526" |
| 150 | } |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 151 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 152 | # OWNER=sewook TARGET=24Q3 |
Sewook Seo | cd2f50b | 2024-02-07 07:03:31 +0000 | [diff] [blame] | 153 | flag { |
| 154 | name: "reconnect_qualified_network" |
| 155 | namespace: "telephony" |
| 156 | description: "This flag is for internal implementation to handle reconnect request from QNS in telephony FWK." |
| 157 | bug: "319520561" |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 158 | } |
| 159 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 160 | # OWNER=jackyu TARGET=24Q3 |
Mars Lin | 911f3c6 | 2024-02-19 13:07:40 +0800 | [diff] [blame] | 161 | flag { |
| 162 | name: "dsrs_diagnostics_enabled" |
| 163 | namespace: "telephony" |
| 164 | description: "Enable DSRS diagnostics." |
| 165 | bug: "319601607" |
Qingqi Lei | f4ee961 | 2024-03-28 22:38:29 +0000 | [diff] [blame] | 166 | } |
| 167 | |
| 168 | # OWNER=jackyu TARGET=24Q3 |
| 169 | flag { |
| 170 | name: "data_rat_metric_enabled" |
| 171 | namespace: "telephony" |
| 172 | description: "Write DataRatStateChanged atom" |
| 173 | bug:"318519337" |
| 174 | } |
Jack Yu | a68a553 | 2024-08-08 15:15:20 -0700 | [diff] [blame] | 175 | |
| 176 | # OWNER=jackyu TARGET=24Q4 |
| 177 | flag { |
| 178 | name: "dds_callback" |
| 179 | namespace: "telephony" |
| 180 | description: "Adding new callback when DDS changed" |
| 181 | bug:"353723350" |
| 182 | } |
| 183 | |
Jack Yu | c32111d | 2024-08-12 00:22:42 -0700 | [diff] [blame^] | 184 | # OWNER=jackyu TARGET=25Q1 |
| 185 | flag { |
| 186 | name: "support_network_provider" |
| 187 | namespace: "telephony" |
| 188 | description: "Deprecate network factory and adapt the new network provider model from connectivity service" |
| 189 | bug: "343370895" |
| 190 | metadata { |
| 191 | purpose: PURPOSE_BUGFIX |
| 192 | } |
| 193 | } |
Jack Yu | a68a553 | 2024-08-08 15:15:20 -0700 | [diff] [blame] | 194 | |