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

Commit 33c67dcb authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 2a0eed20: am 442612a2: am f4ae6aab: Allow CDMA on LTE devices to get data...

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

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