am 442612a2: am f4ae6aab: Allow CDMA on LTE devices to get data connections even if otasp is needed.

* commit '442612a273981a1b21fdb2e9c19a887ab710224d':
  Allow CDMA on LTE devices to get data connections even if otasp is needed.
This commit is contained in:
Wink Saville
2012-03-12 15:57:44 -07:00
committed by Android Git Automerger

View File

@@ -226,7 +226,8 @@ public final class CdmaDataConnectionTracker extends DataConnectionTracker {
internalDataEnabled &&
desiredPowerState &&
!mPendingRestartRadio &&
!mCdmaPhone.needsOtaServiceProvisioning();
((mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE) ||
!mCdmaPhone.needsOtaServiceProvisioning());
if (!allowed && DBG) {
String reason = "";
if (!((psState == ServiceState.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {