Merge "Use IPv4v6 as default protocol when APN setting is not available"
This commit is contained in:
@@ -147,7 +147,7 @@ public final class DataProfile implements Parcelable {
|
|||||||
if (mApnSetting != null) {
|
if (mApnSetting != null) {
|
||||||
return mApnSetting.getProtocol();
|
return mApnSetting.getProtocol();
|
||||||
}
|
}
|
||||||
return ApnSetting.PROTOCOL_IP;
|
return ApnSetting.PROTOCOL_IPV4V6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user