Merge "Minor update canHandleType()" am: 002e7fd1ca
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2154446 Change-Id: I6ea089f3d8c8c847d425a0a3c9e08468b283e9b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user