1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=breadley TARGET=24Q3
5flag {
6  name: "simultaneous_calling_indications"
7  is_exported: true
8  namespace: "telephony"
9  description: "APIs that are used to notify simultaneous calling changes to other applications."
10  bug: "297446980"
11  is_exported: true
12}
13
14# OWNER=yomna TARGET=24Q3
15flag {
16  name: "show_call_fail_notification_for_2g_toggle"
17  namespace: "telephony"
18  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"
19  bug: "300142897"
20}
21
22# OWNER=stevestatia TARGET=24Q4
23flag {
24    name: "remove_country_code_from_local_singapore_calls"
25    namespace: "telephony"
26    description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
27    bug:"284416645"
28    metadata {
29        purpose: PURPOSE_BUGFIX
30    }
31}
32