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

Commit 6fe47aea authored by Jongduck You's avatar Jongduck You
Browse files

Add flag for AP domain selection

Add hangup_emergency_call_for_cross_sim_redialing flag.
This flag controls the behavior of terminating a call for cross SIM
redialing.

Flag: com.android.internal.telephony.flags.hangup_emergency_call_for_cross_sim_redialing
Bug: 331127224
Bug: 336398541
Test: build
Test: Manual testing was conducted to verify if ongoing call is hung up and cross-SIM redialing is performed
Change-Id: Ic73119735d621f5d32d815a6d795f8791ec656c8
parent 663644e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -33,3 +33,11 @@ flag {
    description: "This flag controls domain selection metrics."
    bug:"258112541"
}

# OWNER=jdyou TARGET=24Q4
flag {
    name: "hangup_emergency_call_for_cross_sim_redialing"
    namespace: "telephony"
    description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing."
    bug:"336398541"
}