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

am: 125fe8ae9f

Change-Id: I20676a7bee156c2894377bda52ae8a8e8a0dbaa0
This commit is contained in:
Amit Mahajan
2019-04-09 15:44:29 -07:00
committed by android-build-merger

View File

@@ -1164,7 +1164,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 {