https://kotlinlang.org logo
Title
u

user

07/07/2022, 11:31 AM
Android getCallerNumberVerificationStatus() always returns Connection.VERIFICATION_STATUS_NOT_VERIFIED I am implementing a Call Screening service to detect spam in Android by following the implementation here: https://developer.android.com/guide/topics/connectivity/telecom/prevent-spoofing?hl=bn-IN I have my call screening service setup, but I am always getting Connection.VERIFICATION_STATUS_NOT_VERIFIED when receiving a call. My onScreenCall override is run and I...