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

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

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

Change-Id: I5fa0fa0b21db4c9796a0f0a3e15526eca285c7f8
parents 7fa8a170 01493ff2
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) {