Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -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" |
Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -0700 | [diff] [blame] | 3 | |
Ling Ma | b78bb23 | 2024-05-06 15:56:14 -0700 | [diff] [blame] | 4 | # OWNER=linggm TARGET=24Q3 |
| 5 | flag { |
| 6 | name: "combine_ril_death_handle" |
| 7 | namespace: "telephony" |
| 8 | description: "Upon radio service death, combine its handling to prevent race condition" |
| 9 | bug:"319612362" |
| 10 | metadata { |
| 11 | purpose: PURPOSE_BUGFIX |
| 12 | } |
| 13 | } |
| 14 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 15 | # OWNER=tjstuart TARGET=24Q3 |
Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -0700 | [diff] [blame] | 16 | flag { |
| 17 | name: "do_not_override_precise_label" |
| 18 | namespace: "telephony" |
| 19 | description: "When set, Telecom will not override the precise label for certain disconnect causes." |
| 20 | bug: "296968778" |
| 21 | is_fixed_read_only: true |
Thomas Nguyen | faeb40a | 2023-10-04 15:53:41 -0700 | [diff] [blame] | 22 | } |
| 23 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 24 | # OWNER=tnd TARGET=24Q1 |
Thomas Nguyen | faeb40a | 2023-10-04 15:53:41 -0700 | [diff] [blame] | 25 | flag { |
| 26 | name: "log_mms_sms_database_access_info" |
| 27 | namespace: "telephony" |
| 28 | description: "Whether to log MMS/SMS database access info and report anomaly when getting exception." |
| 29 | bug: "275225402" |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 30 | } |
| 31 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 32 | # OWNER=tjstuart TARGET=24Q3 |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 33 | flag { |
Thomas Stuart | 13fbcf7 | 2023-11-09 16:51:39 -0800 | [diff] [blame] | 34 | name: "stop_spamming_emergency_notification" |
| 35 | namespace: "telephony" |
| 36 | description: "When set, the no wifi emergency calling availability notif will have a do not ask again button" |
| 37 | bug: "275225402" |
| 38 | } |
| 39 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 40 | # OWNER=avinashmp TARGET=24Q3 |
Thomas Stuart | 13fbcf7 | 2023-11-09 16:51:39 -0800 | [diff] [blame] | 41 | flag { |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 42 | name: "enable_wps_check_api_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 43 | is_exported: true |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 44 | namespace: "telephony" |
| 45 | description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call." |
| 46 | bug: "304272356" |
Grant Menke | 51f0227 | 2023-11-08 10:35:56 -0800 | [diff] [blame] | 47 | } |
| 48 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 49 | # OWNER=grantmenke TARGET=24Q3 |
Grant Menke | 51f0227 | 2023-11-08 10:35:56 -0800 | [diff] [blame] | 50 | flag { |
| 51 | name: "ensure_access_to_call_settings_is_restricted" |
| 52 | namespace: "telephony" |
| 53 | description: "Check if access to mobile network configs restricted before displaying call options" |
| 54 | bug: "309655251" |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 55 | } |
| 56 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 57 | # OWNER=sangyun TARGET=24Q2 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 58 | flag { |
| 59 | name: "reorganize_roaming_notification" |
| 60 | namespace: "telephony" |
| 61 | description: "Reorganize conditions to show and dismiss roaming notifications." |
| 62 | bug: "310594087" |
| 63 | } |
| 64 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 65 | # OWNER=sangyun TARGET=24Q2 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 66 | flag { |
| 67 | name: "dismiss_network_selection_notification_on_sim_disable" |
| 68 | namespace: "telephony" |
| 69 | description: "Fix to dismiss network selection notification when disable sim." |
| 70 | bug: "310594186" |
| 71 | } |
| 72 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 73 | # OWNER=nagendranb TARGET=24Q3 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 74 | flag { |
Nagendra Prasad Nagarle Basavaraju | b0910be | 2023-11-09 12:39:29 +0000 | [diff] [blame] | 75 | name: "enable_telephony_analytics" |
| 76 | namespace: "telephony" |
| 77 | description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios" |
| 78 | bug: "309896524" |
| 79 | } |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 80 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 81 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 82 | flag { |
| 83 | name: "show_call_id_and_call_waiting_in_additional_settings_menu" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 84 | is_exported: true |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 85 | namespace: "telephony" |
| 86 | description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL." |
| 87 | bug: "310264981" |
| 88 | } |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 89 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 90 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 91 | flag { |
| 92 | name: "reset_mobile_network_settings" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 93 | is_exported: true |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 94 | namespace: "telephony" |
| 95 | description: "Allows applications to launch Reset Mobile Network Settings page in Settings app." |
| 96 | bug:"271921464" |
| 97 | } |
rambowang | 92380d7 | 2024-02-21 10:11:28 -0600 | [diff] [blame] | 98 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 99 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 92380d7 | 2024-02-21 10:11:28 -0600 | [diff] [blame] | 100 | flag { |
| 101 | name: "fix_crash_on_getting_config_when_phone_is_gone" |
| 102 | namespace: "telephony" |
| 103 | description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone." |
| 104 | bug:"319791612" |
| 105 | metadata { |
| 106 | purpose: PURPOSE_BUGFIX |
| 107 | } |
| 108 | } |
Rambo Wang | a05763e | 2024-02-22 22:35:00 +0000 | [diff] [blame] | 109 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 110 | # OWNER=rambowang TARGET=24Q3 |
Rambo Wang | a05763e | 2024-02-22 22:35:00 +0000 | [diff] [blame] | 111 | flag { |
| 112 | name: "add_anomaly_when_notify_config_changed_with_invalid_phone" |
| 113 | namespace: "telephony" |
| 114 | description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId" |
| 115 | bug:"270757342" |
| 116 | metadata { |
| 117 | purpose: PURPOSE_BUGFIX |
| 118 | } |
| 119 | } |
Rambo Wang | a09e3f9 | 2024-03-15 01:34:53 +0000 | [diff] [blame] | 120 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 121 | # OWNER=rambowang TARGET=24Q3 |
Rambo Wang | a09e3f9 | 2024-03-15 01:34:53 +0000 | [diff] [blame] | 122 | flag { |
| 123 | name: "hide_preinstalled_carrier_app_at_most_once" |
| 124 | namespace: "telephony" |
| 125 | description: "Fix bug when preloaded carrier app is uninstalled and lose provisioning data" |
| 126 | bug:"158028151" |
| 127 | metadata { |
| 128 | purpose: PURPOSE_BUGFIX |
| 129 | } |
| 130 | } |
sangyun | 2ec43cd | 2024-03-31 12:26:00 +0900 | [diff] [blame] | 131 | |
| 132 | # OWNER=sangyun TARGET=24Q3 |
| 133 | flag { |
| 134 | name: "roaming_notification_for_single_data_network" |
| 135 | namespace: "telephony" |
| 136 | description: "Fix bug where roaming notification was not shown on a single data network." |
| 137 | bug:"249908996" |
| 138 | metadata { |
| 139 | purpose: PURPOSE_BUGFIX |
| 140 | } |
Jack Yu | d6e3388 | 2024-05-06 12:04:44 -0700 | [diff] [blame] | 141 | } |
| 142 | |
| 143 | # OWNER=joonhunshin TARGET=24Q3 |
| 144 | flag { |
| 145 | name: "enforce_telephony_feature_mapping" |
| 146 | namespace: "telephony" |
| 147 | description: "This flag controls telephony feature flags mapping." |
| 148 | bug:"297989574" |
| 149 | } |
| 150 | |
| 151 | # OWNER=joonhunshin TARGET=24Q3 |
| 152 | flag { |
| 153 | name: "enforce_telephony_feature_mapping_for_public_apis" |
| 154 | namespace: "telephony" |
| 155 | description: "This flag controls telephony feature flags mapping for public APIs and CTS." |
| 156 | bug:"297989574" |
| 157 | } |
| 158 | |
| 159 | # OWNER=stevestatia TARGET=24Q3 |
| 160 | flag { |
| 161 | name: "prevent_system_server_and_phone_deadlock" |
| 162 | namespace: "telephony" |
| 163 | description: "This flag controls the order of the binder to prevent deadlock in system_server" |
| 164 | bug: "315973270" |
| 165 | } |
| 166 | |
| 167 | # OWNER=joonhunshin TARGET=24Q3 |
| 168 | flag { |
| 169 | name: "prevent_invocation_repeat_of_ril_call_when_device_does_not_support_voice" |
| 170 | namespace: "telephony" |
| 171 | description: "This flag prevents repeat invocation of call related APIs in RIL when the device is not voice capable" |
| 172 | bug: "290833783" |
| 173 | } |
| 174 | |
| 175 | # OWNER=jackyu TARGET=24Q3 |
| 176 | flag { |
| 177 | name: "minimal_telephony_cdm_check" |
| 178 | namespace: "telephony" |
| 179 | description: "This flag disables Calling/Data/Messaging features if their respective feature is missing" |
| 180 | bug: "310710841" |
| 181 | } |
| 182 | |
| 183 | # OWNER=jackyu TARGET=24Q3 |
| 184 | flag { |
| 185 | name: "minimal_telephony_managers_conditional_on_features" |
| 186 | namespace: "telephony" |
| 187 | description: "This flag enables checking for telephony features before initializing corresponding managers" |
| 188 | bug: "310710841" |
| 189 | } |
| 190 | |
| 191 | # OWNER=joonhunshin TARGET=24Q3 |
| 192 | flag { |
| 193 | name: "set_no_reply_timer_for_cfnry" |
| 194 | namespace: "telephony" |
| 195 | description: "This flag supports setting the no reply timer for CFNRy based on carrier config" |
| 196 | bug:"314732435" |
| 197 | } |
| 198 | |
| 199 | # OWNER=joonhunshin TARGET=24Q3 |
| 200 | flag { |
| 201 | name: "change_method_of_obtaining_ims_registration_radio_tech" |
| 202 | namespace: "telephony" |
| 203 | description: "This flag changes the method of obtaining IMS registration radio technology" |
| 204 | bug:"330120237" |
| 205 | metadata { |
| 206 | purpose: PURPOSE_BUGFIX |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | # OWNER=sasindran TARGET=24Q3 |
| 211 | flag { |
| 212 | name: "use_relaxed_id_match" |
| 213 | namespace: "telephony" |
| 214 | description: "This flag supports relaxed id match for radio state changes" |
| 215 | bug:"336916327" |
| 216 | metadata { |
| 217 | purpose: PURPOSE_BUGFIX |
| 218 | } |
| 219 | } |
rambowang | 30ca1e4 | 2024-06-27 18:26:30 -0500 | [diff] [blame^] | 220 | |
| 221 | # OWNER=rambowang TARGET=24Q4 |
| 222 | flag { |
| 223 | name: "support_phone_uid_check_for_multiuser" |
| 224 | namespace: "telephony" |
| 225 | description: "Check phone/system processes from UID with multiuser-aware way" |
| 226 | bug:"328511085" |
| 227 | metadata { |
| 228 | purpose: PURPOSE_BUGFIX |
| 229 | } |
| 230 | } |