Merge "Treat mcx apn type as not wild-cardable." into qt-dev am: 125fe8ae9f
am: c9651a21ad
Change-Id: I06258d9377b9fc44cb6495b2df0f20d01655115d
This commit is contained in:
@@ -1164,7 +1164,8 @@ public class ApnEditor extends SettingsPreferenceFragment
|
|||||||
// add APN type if it is not read-only and is not wild-cardable
|
// add APN type if it is not read-only and is not wild-cardable
|
||||||
if (!readOnlyApnTypes.contains(apnType)
|
if (!readOnlyApnTypes.contains(apnType)
|
||||||
&& !apnType.equals(PhoneConstants.APN_TYPE_IA)
|
&& !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) {
|
if (first) {
|
||||||
first = false;
|
first = false;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user