Merge "Treat mcx apn type as not wild-cardable."

am: 61841ba690

Change-Id: I422e025bcacbae3f0c52b71f3e21d3881a42d553
This commit is contained in:
Amit Mahajan
2019-04-09 17:32:34 -07:00
committed by android-build-merger

View File

@@ -1159,7 +1159,8 @@ public class ApnEditor extends SettingsPreferenceFragment
// add APN type if it is not read-only and is not wild-cardable
if (!readOnlyApnTypes.contains(apnType)
&& !apnType.equals(PhoneConstants.APN_TYPE_IA)
&& !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)) {
&& !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)
&& !apnType.equals(PhoneConstants.APN_TYPE_MCX)) {
if (first) {
first = false;
} else {