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

This commit is contained in:
Treehugger Robot
2023-02-03 02:50:39 +00:00
committed by Gerrit Code Review

View File

@@ -147,7 +147,7 @@ public final class DataProfile implements Parcelable {
if (mApnSetting != null) {
return mApnSetting.getProtocol();
}
return ApnSetting.PROTOCOL_IP;
return ApnSetting.PROTOCOL_IPV4V6;
}
/**