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

Commit ae0e2a64 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add isEmergencyApn" am: 660a94ae am: 01493ff2 am: e1d4aa1a

Change-Id: Ic894002df6680918098097eee6207336718156ef
parents ff2fc369 e1d4aa1a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1055,6 +1055,11 @@ public class ApnSetting implements Parcelable {
        return (mApnTypeBitmask & type) == type;
    }

    /** @hide */
    public boolean isEmergencyApn() {
        return hasApnType(TYPE_EMERGENCY);
    }

    /** @hide */
    public boolean canHandleType(@ApnType int type) {
        if (!mCarrierEnabled) {