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

Commit c0f660e3 authored by John Wang's avatar John Wang Committed by Android (Google) Code Review
Browse files

Merge "Enable concurrent voice and data for LTE."

parents c77941fc cd62dfbc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -484,8 +484,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
        // Note: it needs to be confirmed which CDMA network types
        // can support voice and data calls concurrently.
        // For the time-being, the return value will be false.
        // return (networkType >= ServiceState.RADIO_TECHNOLOGY_LTE);
        return false;
        return (networkType == ServiceState.RADIO_TECHNOLOGY_LTE);
    }

    /**