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

Commit 442612a2 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

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

* commit 'f4ae6aab':
  Allow CDMA on LTE devices to get data connections even if otasp is needed.
parents c24f5ba4 f4ae6aab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)) {