Brad Ebinger | 8a153ec | 2024-01-12 13:12:15 -0800 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Brad Ebinger | 8a153ec | 2024-01-12 13:12:15 -0800 | [diff] [blame] | 3 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 4 | # OWNER=breadley TARGET=24Q3 |
Brad Ebinger | 8a153ec | 2024-01-12 13:12:15 -0800 | [diff] [blame] | 5 | flag { |
| 6 | name: "simultaneous_calling_indications" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 7 | is_exported: true |
Brad Ebinger | 8a153ec | 2024-01-12 13:12:15 -0800 | [diff] [blame] | 8 | namespace: "telephony" |
| 9 | description: "APIs that are used to notify simultaneous calling changes to other applications." |
| 10 | bug: "297446980" |
Brad Ebinger | 99cd8f3 | 2024-03-06 18:20:08 +0000 | [diff] [blame] | 11 | is_exported: true |
yomna | a352244 | 2024-02-08 18:38:12 +0000 | [diff] [blame] | 12 | } |
| 13 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 14 | # OWNER=yomna TARGET=24Q3 |
yomna | a352244 | 2024-02-08 18:38:12 +0000 | [diff] [blame] | 15 | flag { |
| 16 | name: "show_call_fail_notification_for_2g_toggle" |
| 17 | namespace: "telephony" |
| 18 | description: "Used in DisconnectCause and TelephonyConnection if a non-emergency call fails on a device with no 2G, to guard whether a user can see an updated error message reminding the 2G is disabled and potentially disrupting their call connectivity" |
| 19 | bug: "300142897" |
Steve Statia | 4f7428e | 2024-05-02 17:28:49 +0000 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | # OWNER=stevestatia TARGET=24Q4 |
| 23 | flag { |
Steve Statia | 8491ca1 | 2024-05-30 20:45:45 +0000 | [diff] [blame] | 24 | name: "national_country_code_formatting_for_local_calls" |
| 25 | namespace: "telephony" |
| 26 | description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution." |
| 27 | bug: "293993310" |
| 28 | metadata { |
| 29 | purpose: PURPOSE_BUGFIX |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | # OWNER=stevestatia TARGET=24Q4 |
| 34 | flag { |
Steve Statia | 4f7428e | 2024-05-02 17:28:49 +0000 | [diff] [blame] | 35 | name: "remove_country_code_from_local_singapore_calls" |
| 36 | namespace: "telephony" |
| 37 | description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls." |
| 38 | bug:"284416645" |
| 39 | metadata { |
| 40 | purpose: PURPOSE_BUGFIX |
| 41 | } |
| 42 | } |
Grant Menke | 1938da2 | 2024-07-31 11:18:03 -0700 | [diff] [blame^] | 43 | |
| 44 | # OWNER=grantmenke TARGET=25Q1 |
| 45 | flag { |
| 46 | name: "remap_disconnect_cause_sip_request_cancelled" |
| 47 | namespace: "telephony" |
| 48 | description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL" |
| 49 | bug: "351258918" |
| 50 | metadata { |
| 51 | purpose: PURPOSE_BUGFIX |
| 52 | } |
| 53 | } |