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

Commit 7957cfbb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use IPv4v6 as default protocol when APN setting is not available"

parents 5b3f611a 1ec4942f
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;
    }

    /**