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

* commit 'f4ae6aabbcefe39b3c85b03729c74044f02369d4':
  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:54:38 -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)) {