Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71702fcd authored by Grant Menke's avatar Grant Menke
Browse files

Update remap_disconnect_cause_sip_request_cancelled flag to be exported.

This CL ensures that the Telephony flag remap_disconnect_cause_sip_request_cancelled is exported. It also removes an unnecessary duplicate definition that defines  simultaneous_calling_indications as exported as well.

Bug: 351258918
Flag: EXEMPT resource only update
Test: N/A flag change only
Change-Id: Ia67d40b7f007c9bf7ef2dbe4f2ba307ce45efbe7
parent a71c4159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ container: "system"
# OWNER=breadley TARGET=24Q3
flag {
  name: "simultaneous_calling_indications"
  is_exported: true
  namespace: "telephony"
  description: "APIs that are used to notify simultaneous calling changes to other applications."
  bug: "297446980"
@@ -50,4 +49,5 @@ flag {
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    is_exported: true
}