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

Commit d67be5c2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use IPv4v6 as default protocol when APN setting is not available" am: 8c9142fc

parents 5f16d992 8c9142fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public final class DataProfile implements Parcelable {
        if (mApnSetting != null) {
            return mApnSetting.getProtocol();
        }
        return ApnSetting.PROTOCOL_IP;
        return ApnSetting.PROTOCOL_IPV4V6;
    }

    /**