Join Slack
Powered by
<Android getCallerNumberVerificationStatus() alway...
# stackoverflow
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...
6
Views
Open in Slack
Previous
Next