Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5201b63 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Disable the plus sign conversion in non-NANP system"

parents 9f5e789d 5ab51399
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2265,8 +2265,9 @@ public class PhoneNumberUtils
                if (useNanp) {
                    networkDialStr = extractNetworkPortion(tempDialStr);
                } else  {
                    networkDialStr = extractNetworkPortionAlt(tempDialStr);

                    Rlog.e("cdmaCheckAndProcessPlusCodeByNumberFormat:non-NANP not supported",
                            dialStr);
                    return dialStr;
                }

                networkDialStr = processPlusCode(networkDialStr, useNanp);