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

Commit 6f405c9c 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

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

Change-Id: I68b1b77616fcd72d4bd07133c8b7881f8a64ac8c
parents 22a28d3f 4a78032f
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 {