We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c24f5ba + f4ae6aa commit 442612aCopy full SHA for 442612a
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