Enable concurrent voice and data for LTE.

bug:5017062
Change-Id: I2c701c74710ce0f718d28babea88fb93d3219564
This commit is contained in:
John Wang
2011-08-05 15:04:14 -07:00
parent fb87cf606a
commit cd62dfbc26

View File

@@ -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);
}
/**