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

This commit is contained in:
TreeHugger Robot
2022-12-05 00:26:47 +00:00
committed by Android (Google) 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;
}
/**