1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=breadley TARGET=24Q3
5flag {
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"
10  is_exported: true
11}
12
13# OWNER=yomna TARGET=24Q3
14flag {
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"
19}
20
21# OWNER=stevestatia TARGET=24Q4
22flag {
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
33flag {
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}
42
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    }
52    is_exported: true
53}
54
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}
65
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"
72    is_exported: true
73}
74
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}