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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user