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

Commit cd62dfbc authored by John Wang's avatar John Wang
Browse files

Enable concurrent voice and data for LTE.

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


    /**
    /**