We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea37409 + 442612a commit 2a0eed2Copy full SHA for 2a0eed2
telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java
@@ -226,7 +226,8 @@ protected boolean isDataAllowed() {
226
internalDataEnabled &&
227
desiredPowerState &&
228
!mPendingRestartRadio &&
229
- !mCdmaPhone.needsOtaServiceProvisioning();
+ ((mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE) ||
230
+ !mCdmaPhone.needsOtaServiceProvisioning());
231
if (!allowed && DBG) {
232
String reason = "";
233
if (!((psState == ServiceState.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {
0 commit comments