Need to play audio into a call

前端 未结 2 1168
我在风中等你
我在风中等你 2021-01-20 03:01

If my application records some audio with MediaRecorder, is it possible to play the recorded audio file into a call that was started with ACTION_CALL or ACTION_DIAL?

2条回答
  •  终归单人心
    2021-01-20 03:47

    android.intent.action.ANSWER may be what you are looking for, or possibly PhoneStateIntentReceiver.

提交回复
热议问题