Pause song when phone rings

前端 未结 3 992
无人及你
无人及你 2021-01-23 09:17

I am pretty new to android development.

I wish to pause the multimedia whenever the phone rings and then start again when the call ends.

how can that be done?

3条回答
  •  无人共我
    2021-01-23 09:49

    As per this answer: Pause music player on a phone call and again resume it after phone call in android

    It would be easier to use a

    PhoneStateListener

    http://developer.android.com/reference/android/telephony/PhoneStateListener.html

提交回复
热议问题