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

Commit 680b18ac authored by Hwangoo Park's avatar Hwangoo Park
Browse files

Add flag for hanging up active call based on emergency call domain

Bug: 391287237
Flag: com.android.internal.telephony.flags.hangup_active_call_based_on_emergency_call_domain
Test: m all_aconfig_declarations; printflags
Change-Id: I01ec4d8e9fe8a2736977f1e4346aa6c36b8f460f
parent 06456c32
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
    }
}