Android: Incoming call auto answer, play a audio file

前端 未结 4 1206
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 10:04

In Android, at the time of an incoming call, I want to receive it. Then, from my app, automatically play an audio file during a call and the other party should hear it. Is this

4条回答
  •  失恋的感觉
    2021-01-31 10:29

    Try using telephonymanager, it contains the events you are looking for:

    1. http://developer.android.com/reference/android/telephony/TelephonyManager.html#ACTION_PHONE_STATE_CHANGED

提交回复
热议问题