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

Commit 83d06828 authored by jaesikkong's avatar jaesikkong
Browse files

Add flag not to enter ECBM in GSM and UMTS networks

Flag: com.android.internal.telephony.flags.disable_ecbm_based_on_rat
Bug: 389010789
Bug: 393978542
Test: VZW LTE E911 2.39
Test: Manual test - SRVCC(b/394203051)
Change-Id: Ie8f135235838fc33f9b124ae974c069d7d0b0694
parent 1c0cddb1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -49,3 +49,14 @@ flag {
    description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls."
    bug:"357980439"
}

# OWNER=jaesikkong TARGET=25Q2
flag {
    name: "disable_ecbm_based_on_rat"
    namespace: "telephony"
    description: "Fix bug entering the emergency callback mode in GSM or UMTS network."
    bug:"389010789"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}