mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-03-12 17:40:12 +01:00
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 {
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user