Loading telephony/java/android/telephony/PhoneNumberUtils.java +3 −3 Original line number Diff line number Diff line Loading @@ -2286,9 +2286,9 @@ public class PhoneNumberUtils private static String getCurrentIdp(boolean useNanp) { String ps = null; if(useNanp) if (useNanp) { ps = NANP_IDP_STRING; else{ } else { // in case, there is no IDD is found, we shouldn't convert it. ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING); } Loading Loading
telephony/java/android/telephony/PhoneNumberUtils.java +3 −3 Original line number Diff line number Diff line Loading @@ -2286,9 +2286,9 @@ public class PhoneNumberUtils private static String getCurrentIdp(boolean useNanp) { String ps = null; if(useNanp) if (useNanp) { ps = NANP_IDP_STRING; else{ } else { // in case, there is no IDD is found, we shouldn't convert it. ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING); } Loading