Merge "Minor update canHandleType()"

This commit is contained in:
Treehugger Robot
2022-07-21 03:21:29 +00:00
committed by Gerrit Code Review

View File

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