We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bb2ec commit 9a05fe2Copy full SHA for 9a05fe2
app/src/main/java/com/addev/listaspam/util/SpamUtils.kt
@@ -109,7 +109,7 @@ class SpamUtils {
109
}
110
111
112
- fun isInternationalCall(phoneNumber: String): Boolean {
+ private fun isInternationalCall(phoneNumber: String): Boolean {
113
// Get an instance of PhoneNumberUtil
114
val phoneNumberUtil = PhoneNumberUtil.getInstance()
115
0 commit comments