Minor update canHandleType()
Bug: 232632618 Test: manual Change-Id: I5e1ca1361dfe04cd484e585f095aff0c5ff2579f
This commit is contained in:
@@ -1137,10 +1137,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).
|
||||||
|
|||||||
Reference in New Issue
Block a user