What's the difference between "disallow", "reject", and "silence" when blocking calls?

29 views Asked by At

I'm trying to block incoming calls on Android. For that I'm using the CallScreeningService approach, where my code has to call respondToCall in response to receiving a call. In the response builder there are 3 boolean options that confuse me: disallowCall, rejectCall, and silenceCall. What's the difference between them? Also, can multiple of them be set at the same time?

0

There are 0 answers