blob: 27d3518546110c794c4d7aa7fdd97dfd52cf90e9 [file] [log] [blame]
Brad Ebinger8a153ec2024-01-12 13:12:15 -08001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Brad Ebinger8a153ec2024-01-12 13:12:15 -08003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=breadley TARGET=24Q3
Brad Ebinger8a153ec2024-01-12 13:12:15 -08005flag {
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 Ebinger99cd8f32024-03-06 18:20:08 +000010 is_exported: true
yomnaa3522442024-02-08 18:38:12 +000011}
12
Steve Statia51089d42024-03-15 22:07:25 +000013# OWNER=yomna TARGET=24Q3
yomnaa3522442024-02-08 18:38:12 +000014flag {
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 Statia4f7428e2024-05-02 17:28:49 +000019}
20
21# OWNER=stevestatia TARGET=24Q4
22flag {
Steve Statia8491ca12024-05-30 20:45:45 +000023 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
33flag {
Steve Statia4f7428e2024-05-02 17:28:49 +000034 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 Menke1938da22024-07-31 11:18:03 -070042
43# OWNER=grantmenke TARGET=25Q1
44flag {
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 Menke71702fc2024-08-19 23:52:53 +000052 is_exported: true
Grant Menke1938da22024-07-31 11:18:03 -070053}
Brad Ebingerceb893a2024-08-29 16:30:51 -070054
55# OWNER=breadley TARGET=24Q4
56flag {
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}
yongnamchaf0bab652024-08-13 07:31:08 +000065
66# OWNER=yongnamcha TARGET=25Q2
67flag {
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 Kongstadb5267602024-11-28 07:58:20 +000072 is_exported: true
yongnamchaf0bab652024-08-13 07:31:08 +000073}
Sewook Seoe3c7cb22024-11-29 04:36:30 +000074
75# OWNER=sewookseo TARGET=25Q2
76flag {
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}