blob: 27d3518546110c794c4d7aa7fdd97dfd52cf90e9 [file] [log] [blame] [edit]
package: "com.android.internal.telephony.flags"
container: "system"
# OWNER=breadley TARGET=24Q3
flag {
name: "simultaneous_calling_indications"
namespace: "telephony"
description: "APIs that are used to notify simultaneous calling changes to other applications."
bug: "297446980"
is_exported: true
}
# OWNER=yomna TARGET=24Q3
flag {
name: "show_call_fail_notification_for_2g_toggle"
namespace: "telephony"
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"
bug: "300142897"
}
# OWNER=stevestatia TARGET=24Q4
flag {
name: "national_country_code_formatting_for_local_calls"
namespace: "telephony"
description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution."
bug: "293993310"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=stevestatia TARGET=24Q4
flag {
name: "remove_country_code_from_local_singapore_calls"
namespace: "telephony"
description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
bug:"284416645"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=grantmenke TARGET=25Q1
flag {
name: "remap_disconnect_cause_sip_request_cancelled"
namespace: "telephony"
description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL"
bug: "351258918"
metadata {
purpose: PURPOSE_BUGFIX
}
is_exported: true
}
# OWNER=breadley TARGET=24Q4
flag {
name: "delay_phone_account_registration"
namespace: "telephony"
description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
bug: "349731543"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=yongnamcha TARGET=25Q2
flag {
name: "emergency_callback_mode_notification"
namespace: "telephony"
description: "Used to notify the emergency callback mode for call/SMS to other applications."
bug:"359064059"
is_exported: true
}
# OWNER=sewookseo TARGET=25Q2
flag {
name: "pass_copied_call_state_list"
namespace: "telephony"
description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
bug:"379126049"
metadata {
purpose: PURPOSE_BUGFIX
}
}