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

Commit 88b33575 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reverted the ApnSetting behavior"

parents 76cee808 ba84372d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2158,8 +2158,7 @@ public class ApnSetting implements Parcelable {
                    | TYPE_FOTA | TYPE_IMS | TYPE_CBS | TYPE_IA | TYPE_EMERGENCY | TYPE_MCX
                    | TYPE_XCAP | TYPE_VSIM | TYPE_BIP | TYPE_ENTERPRISE)) == 0
                || TextUtils.isEmpty(mApnName) || TextUtils.isEmpty(mEntryName)) {
                throw new IllegalArgumentException("mApName=" + mApnName + ", mEntryName="
                        + mEntryName + ", mApnTypeBitmask=" + mApnTypeBitmask);
                return null;
            }
            return new ApnSetting(this);
        }