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

Commit afa7f967 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

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

am: 61841ba6

Change-Id: I422e025bcacbae3f0c52b71f3e21d3881a42d553
parents 2c0ba8b4 61841ba6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {