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

Commit 250b7c3e authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Remove IMS from editabe APNs" into sc-v2-dev am: 4a78032f am: 6f405c9c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16048825

Change-Id: I227599288db8f27480d7d331748b7ced5e939576
parents da81c7c7 6f405c9c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1256,7 +1256,8 @@ public class ApnEditor extends SettingsPreferenceFragment
            if (!readOnlyApnTypes.contains(apnType)
                    && !apnType.equals(APN_TYPE_IA)
                    && !apnType.equals(APN_TYPE_EMERGENCY)
                    && !apnType.equals(APN_TYPE_MCX)) {
                    && !apnType.equals(APN_TYPE_MCX)
                    && !apnType.equals(APN_TYPE_IMS)) {
                if (first) {
                    first = false;
                } else {