blob: efe656e13aca04482015dbbb27f626d368c10e79 [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 Statia4f7428e2024-05-02 17:28:49 +000013# OWNER=stevestatia TARGET=24Q4
14flag {
Steve Statia8491ca12024-05-30 20:45:45 +000015 name: "national_country_code_formatting_for_local_calls"
16 namespace: "telephony"
17 description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution."
18 bug: "293993310"
19 metadata {
20 purpose: PURPOSE_BUGFIX
21 }
22}
23
Tyler Gunn0626e662025-03-06 23:22:56 +000024# OWNER=tgunn TARGET=25Q2
25flag {
26 name: "robust_number_verification"
27 namespace: "telephony"
28 description: "Makes range matching more robust for TelephonyManager#requestNumberVerification"
29 bug:"400984263"
30 is_exported: true
31 metadata {
32 purpose: PURPOSE_BUGFIX
33 }
34}
35
Steve Statia8491ca12024-05-30 20:45:45 +000036# OWNER=stevestatia TARGET=24Q4
37flag {
Steve Statia4f7428e2024-05-02 17:28:49 +000038 name: "remove_country_code_from_local_singapore_calls"
39 namespace: "telephony"
40 description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
41 bug:"284416645"
42 metadata {
43 purpose: PURPOSE_BUGFIX
44 }
45}
Grant Menke1938da22024-07-31 11:18:03 -070046
47# OWNER=grantmenke TARGET=25Q1
48flag {
49 name: "remap_disconnect_cause_sip_request_cancelled"
50 namespace: "telephony"
51 description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL"
52 bug: "351258918"
53 metadata {
54 purpose: PURPOSE_BUGFIX
55 }
Grant Menke71702fc2024-08-19 23:52:53 +000056 is_exported: true
Grant Menke1938da22024-07-31 11:18:03 -070057}
Brad Ebingerceb893a2024-08-29 16:30:51 -070058
59# OWNER=breadley TARGET=24Q4
60flag {
61 name: "delay_phone_account_registration"
62 namespace: "telephony"
63 description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
64 bug: "349731543"
65 metadata {
66 purpose: PURPOSE_BUGFIX
67 }
68}
yongnamchaf0bab652024-08-13 07:31:08 +000069
70# OWNER=yongnamcha TARGET=25Q2
71flag {
72 name: "emergency_callback_mode_notification"
73 namespace: "telephony"
74 description: "Used to notify the emergency callback mode for call/SMS to other applications."
75 bug:"359064059"
MÃ¥rten Kongstadb5267602024-11-28 07:58:20 +000076 is_exported: true
yongnamchaf0bab652024-08-13 07:31:08 +000077}
Sewook Seoe3c7cb22024-11-29 04:36:30 +000078
79# OWNER=sewookseo TARGET=25Q2
80flag {
81 name: "pass_copied_call_state_list"
82 namespace: "telephony"
83 description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
84 bug:"379126049"
Sewook Seo399dc4d2025-02-14 13:35:40 -080085 is_exported: true
Sewook Seoe3c7cb22024-11-29 04:36:30 +000086 metadata {
87 purpose: PURPOSE_BUGFIX
88 }
Sewook Seo399dc4d2025-02-14 13:35:40 -080089}