blob: c1dc7e7a5fe9856e31b0d4a8e24ff977333955c2 [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"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00007 is_exported: true
Brad Ebinger8a153ec2024-01-12 13:12:15 -08008 namespace: "telephony"
9 description: "APIs that are used to notify simultaneous calling changes to other applications."
10 bug: "297446980"
Brad Ebinger99cd8f32024-03-06 18:20:08 +000011 is_exported: true
yomnaa3522442024-02-08 18:38:12 +000012}
13
Steve Statia51089d42024-03-15 22:07:25 +000014# OWNER=yomna TARGET=24Q3
yomnaa3522442024-02-08 18:38:12 +000015flag {
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"
Steve Statia4f7428e2024-05-02 17:28:49 +000020}
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}