Merge "Treat mcx apn type as not wild-cardable." into qt-dev
am: 125fe8ae9f
Change-Id: I20676a7bee156c2894377bda52ae8a8e8a0dbaa0
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