Support numbers from new caledonia

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-11-16 11:11:40 -08:00
parent a63f33686d
commit ac21bcfb39
@@ -39,6 +39,7 @@ public class PhoneNumberFormatter {
return number.matches("^\\+[0-9]{10,}") ||
number.matches("^\\+298[0-9]{6}") ||
number.matches("^\\+240[0-9]{6}") ||
number.matches("^\\+687[0-9]{6}") ||
number.matches("^\\+689[0-9]{6}");
}