How to play sound on phone call with Android?
It is possible to programmatically interact with a phone call? Can you, for example, play aud开发者_如何转开发io to a caller from a program?
Google has not exposed any API which allows us to feed data to a particular ongoing call. You can however have control over a call. Check this article : here
精彩评论