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" |
| 7 | namespace: "telephony" |
| 8 | description: "APIs that are used to notify simultaneous calling changes to other applications." |
| 9 | bug: "297446980" |
Brad Ebinger | 99cd8f3 | 2024-03-06 18:20:08 +0000 | [diff] [blame] | 10 | is_exported: true |
yomna | a352244 | 2024-02-08 18:38:12 +0000 | [diff] [blame] | 11 | } |
| 12 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 13 | # OWNER=yomna TARGET=24Q3 |
yomna | a352244 | 2024-02-08 18:38:12 +0000 | [diff] [blame] | 14 | flag { |
| 15 | name: "show_call_fail_notification_for_2g_toggle" |
| 16 | namespace: "telephony" |
| 17 | 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" |
| 18 | bug: "300142897" |
Steve Statia | 4f7428e | 2024-05-02 17:28:49 +0000 | [diff] [blame] | 19 | } |
| 20 | |
| 21 | # OWNER=stevestatia TARGET=24Q4 |
| 22 | flag { |
Steve Statia | 8491ca1 | 2024-05-30 20:45:45 +0000 | [diff] [blame] | 23 | name: "national_country_code_formatting_for_local_calls" |
| 24 | namespace: "telephony" |
| 25 | description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution." |
| 26 | bug: "293993310" |
| 27 | metadata { |
| 28 | purpose: PURPOSE_BUGFIX |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | # OWNER=stevestatia TARGET=24Q4 |
| 33 | flag { |
Steve Statia | 4f7428e | 2024-05-02 17:28:49 +0000 | [diff] [blame] | 34 | name: "remove_country_code_from_local_singapore_calls" |
| 35 | namespace: "telephony" |
| 36 | description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls." |
| 37 | bug:"284416645" |
| 38 | metadata { |
| 39 | purpose: PURPOSE_BUGFIX |
| 40 | } |
| 41 | } |
Grant Menke | 1938da2 | 2024-07-31 11:18:03 -0700 | [diff] [blame] | 42 | |
| 43 | # OWNER=grantmenke TARGET=25Q1 |
| 44 | flag { |
| 45 | name: "remap_disconnect_cause_sip_request_cancelled" |
| 46 | namespace: "telephony" |
| 47 | description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL" |
| 48 | bug: "351258918" |
| 49 | metadata { |
| 50 | purpose: PURPOSE_BUGFIX |
| 51 | } |
Grant Menke | 71702fc | 2024-08-19 23:52:53 +0000 | [diff] [blame] | 52 | is_exported: true |
Grant Menke | 1938da2 | 2024-07-31 11:18:03 -0700 | [diff] [blame] | 53 | } |
Brad Ebinger | ceb893a | 2024-08-29 16:30:51 -0700 | [diff] [blame] | 54 | |
| 55 | # OWNER=breadley TARGET=24Q4 |
| 56 | flag { |
| 57 | name: "delay_phone_account_registration" |
| 58 | namespace: "telephony" |
| 59 | description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet" |
| 60 | bug: "349731543" |
| 61 | metadata { |
| 62 | purpose: PURPOSE_BUGFIX |
| 63 | } |
| 64 | } |
yongnamcha | f0bab65 | 2024-08-13 07:31:08 +0000 | [diff] [blame] | 65 | |
| 66 | # OWNER=yongnamcha TARGET=25Q2 |
| 67 | flag { |
| 68 | name: "emergency_callback_mode_notification" |
| 69 | namespace: "telephony" |
| 70 | description: "Used to notify the emergency callback mode for call/SMS to other applications." |
| 71 | bug:"359064059" |
MÃ¥rten Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 72 | is_exported: true |
yongnamcha | f0bab65 | 2024-08-13 07:31:08 +0000 | [diff] [blame] | 73 | } |
Sewook Seo | e3c7cb2 | 2024-11-29 04:36:30 +0000 | [diff] [blame] | 74 | |
| 75 | # OWNER=sewookseo TARGET=25Q2 |
| 76 | flag { |
| 77 | name: "pass_copied_call_state_list" |
| 78 | namespace: "telephony" |
| 79 | description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process" |
| 80 | bug:"379126049" |
| 81 | metadata { |
| 82 | purpose: PURPOSE_BUGFIX |
| 83 | } |
| 84 | } |