How to play specific sound for specific number using incoming calls [closed]
Hi all my clients want to create a black list app in which I want to drop signals or play开发者_Python百科 sound to users when call comes from that user. How can this be implemented?
You shouldn't implement such thing. Even with available workarounds, the application will break if the internal API that the workaround is based on will be changed.
Seriously, don't. No one would want an app acting like that.
精彩评论