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

Commit c537808d authored by Hwangoo Park's avatar Hwangoo Park Committed by Android (Google) Code Review
Browse files

Merge "Add flag for hanging up active call based on emergency call domain" into main

parents eb883e63 680b18ac
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -60,3 +60,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=hwangoo TARGET=25Q2
flag {
    name: "hangup_active_call_based_on_emergency_call_domain"
    namespace: "telephony"
    description: "This flag disconnects an active call if the domain selected for the emergency call is different from the domain of the currently active call."
    bug:"391287237"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}