blob: e67ebc62e9ce21f651847286cc9c7d9ff1d752da [file] [log] [blame]
Brad Ebinger8a153ec2024-01-12 13:12:15 -08001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "simultaneous_calling_indications"
5 namespace: "telephony"
6 description: "APIs that are used to notify simultaneous calling changes to other applications."
7 bug: "297446980"
yomnaa3522442024-02-08 18:38:12 +00008}
9
10flag {
11 name: "show_call_fail_notification_for_2g_toggle"
12 namespace: "telephony"
13 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"
14 bug: "300142897"
Brad Ebinger8a153ec2024-01-12 13:12:15 -080015}