Merge "Minor update canHandleType()" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-06-03 17:13:55 +00:00
committed by Android (Google) Code Review

View File

@@ -1137,10 +1137,7 @@ public class ApnSetting implements Parcelable {
return false;
}
// DEFAULT can handle HIPRI.
if (hasApnType(type)) {
return true;
}
return false;
return hasApnType(type);
}
// Check whether the types of two APN same (even only one type of each APN is same).