Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fa0b7ed authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Treat mcx apn type as not wild-cardable.

Test: manual
Bug: 130167974
Change-Id: Ic3e643646491e5a187505fd54ca767ad91e285f5
parent 44427259
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {