blob: 3646f7361600269f0a15a1908cd618cdb67ddeb1 [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
Tyler Gunn0626e662025-03-06 23:22:56 +000032# OWNER=tgunn TARGET=25Q2
33flag {
34 name: "robust_number_verification"
35 namespace: "telephony"
36 description: "Makes range matching more robust for TelephonyManager#requestNumberVerification"
37 bug:"400984263"
38 is_exported: true
39 metadata {
40 purpose: PURPOSE_BUGFIX
41 }
42}
43
Steve Statia8491ca12024-05-30 20:45:45 +000044# OWNER=stevestatia TARGET=24Q4
45flag {
Steve Statia4f7428e2024-05-02 17:28:49 +000046 name: "remove_country_code_from_local_singapore_calls"
47 namespace: "telephony"
48 description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
49 bug:"284416645"
50 metadata {
51 purpose: PURPOSE_BUGFIX
52 }
53}
Grant Menke1938da22024-07-31 11:18:03 -070054
55# OWNER=grantmenke TARGET=25Q1
56flag {
57 name: "remap_disconnect_cause_sip_request_cancelled"
58 namespace: "telephony"
59 description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL"
60 bug: "351258918"
61 metadata {
62 purpose: PURPOSE_BUGFIX
63 }
Grant Menke71702fc2024-08-19 23:52:53 +000064 is_exported: true
Grant Menke1938da22024-07-31 11:18:03 -070065}
Brad Ebingerceb893a2024-08-29 16:30:51 -070066
67# OWNER=breadley TARGET=24Q4
68flag {
69 name: "delay_phone_account_registration"
70 namespace: "telephony"
71 description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
72 bug: "349731543"
73 metadata {
74 purpose: PURPOSE_BUGFIX
75 }
76}
yongnamchaf0bab652024-08-13 07:31:08 +000077
78# OWNER=yongnamcha TARGET=25Q2
79flag {
80 name: "emergency_callback_mode_notification"
81 namespace: "telephony"
82 description: "Used to notify the emergency callback mode for call/SMS to other applications."
83 bug:"359064059"
MÃ¥rten Kongstadb5267602024-11-28 07:58:20 +000084 is_exported: true
yongnamchaf0bab652024-08-13 07:31:08 +000085}
Sewook Seoe3c7cb22024-11-29 04:36:30 +000086
87# OWNER=sewookseo TARGET=25Q2
88flag {
89 name: "pass_copied_call_state_list"
90 namespace: "telephony"
91 description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
92 bug:"379126049"
Sewook Seo399dc4d2025-02-14 13:35:40 -080093 is_exported: true
Sewook Seoe3c7cb22024-11-29 04:36:30 +000094 metadata {
95 purpose: PURPOSE_BUGFIX
96 }
Sewook Seo399dc4d2025-02-14 13:35:40 -080097}