Loading src/java/com/android/internal/telephony/data/DataNetwork.java +3 −2 Original line number Diff line number Diff line Loading @@ -2552,8 +2552,9 @@ public class DataNetwork extends StateMachine { // the MMS capability from this cellular network. This will allow IWLAN to be // brought up for MMS later. if (dataProfile != null && !dataProfile.getApn().equals(mDataProfile.getApn())) { log("Found a different apn name " + mDataProfile.getApn() + " that can serve MMS on IWLAN."); log("Found a different apn name " + dataProfile.getApn() + " that can serve MMS on IWLAN. Current data profile " + mDataProfile.getApn()); builder.removeCapability(NetworkCapabilities.NET_CAPABILITY_MMS); } } Loading Loading
src/java/com/android/internal/telephony/data/DataNetwork.java +3 −2 Original line number Diff line number Diff line Loading @@ -2552,8 +2552,9 @@ public class DataNetwork extends StateMachine { // the MMS capability from this cellular network. This will allow IWLAN to be // brought up for MMS later. if (dataProfile != null && !dataProfile.getApn().equals(mDataProfile.getApn())) { log("Found a different apn name " + mDataProfile.getApn() + " that can serve MMS on IWLAN."); log("Found a different apn name " + dataProfile.getApn() + " that can serve MMS on IWLAN. Current data profile " + mDataProfile.getApn()); builder.removeCapability(NetworkCapabilities.NET_CAPABILITY_MMS); } } Loading