Playing an pre-recorded audio file to somebody ove

2019-01-29 04:11发布

问题:

I understand that even though the AudioManager.STREAM_VOICE_CALL is available in the SDK for android, it is not actually been used to play a pre-recorded audio file, or atleast that is what i have heard/seen on the internet. My Question is this, if this is truly the way it is, how is prankdial accomplishing this?

Many similar questions have been asked but they all seem really old, so i was wondering if anybody has gained any more insight about this.

回答1:

My Question is this, if this is truly the way it is, how is prankdial accomplishing this?

It is impossible. Android applications do not have access to the in-call audio stream. AudioManager.STREAM_VOICE_CALL is for volume control.