Add another hidden number marker
This commit is contained in:
parent
b85e7284aa
commit
9eda98a827
|
@ -12,7 +12,7 @@ import java.util.Set;
|
||||||
public class NumberUtils {
|
public class NumberUtils {
|
||||||
|
|
||||||
private static final Set<String> HIDDEN_NUMBERS = new HashSet<>(Arrays.asList(
|
private static final Set<String> HIDDEN_NUMBERS = new HashSet<>(Arrays.asList(
|
||||||
"-1", "-2", "UNAVAILABLE", "ABSENT NUMBER", "NNN", "PRIVATE NUMBER"
|
"-1", "-2", "UNAVAILABLE", "ABSENT NUMBER", "NNN", "PRIVATE NUMBER", "ANONYMOUS"
|
||||||
));
|
));
|
||||||
|
|
||||||
public static boolean isHiddenNumber(String number) {
|
public static boolean isHiddenNumber(String number) {
|
||||||
|
|
Loading…
Reference in New Issue