* commit '0cdd4560dac5784dda169863eb844d489bdc79d5':
This commit is contained in:
@ -2360,9 +2360,9 @@ public class PhoneNumberUtils
|
|||||||
|
|
||||||
private static String getCurrentIdp(boolean useNanp) {
|
private static String getCurrentIdp(boolean useNanp) {
|
||||||
String ps = null;
|
String ps = null;
|
||||||
if(useNanp)
|
if (useNanp) {
|
||||||
ps = NANP_IDP_STRING;
|
ps = NANP_IDP_STRING;
|
||||||
else{
|
} else {
|
||||||
// in case, there is no IDD is found, we shouldn't convert it.
|
// in case, there is no IDD is found, we shouldn't convert it.
|
||||||
ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING);
|
ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user