Recording a phone call in Android

前端 未结 3 775
陌清茗
陌清茗 2021-01-18 09:44

I have seen apps in the Android Marketplace with regards to an app recording an ongoing phone conversation. I am interested in how this is done. Anyone knows how the call is

相关标签:
3条回答
  • 2021-01-18 10:17

    I did some more searching about and found this link: http://forum.xda-developers.com/showthread.php?t=488475

    It states that following phones can be recorded:

    • Acer Liquid 100
    • Droid Eris
    • G1
    • General Mobile DSTL1
    • HTC Evo
    • HTC Dream
    • HTC Hero
    • HTC Magic
    • HTC Tattoo
    • MyTouch
    • Sony Ericsson Xperia X10 / Mini

    I cannot confirm this because I don't own any of the above mentioned phones. Might be worth giving it a go though.

    It seems like a combination of hardware support and software versions.

    0 讨论(0)
  • 2021-01-18 10:19

    Look at Permissions.PROCESS_OUTGOING_CALLS: Allows an application to monitor, modify, or abort outgoing calls. I don't know about incoming calls though, that may not be possible.

    0 讨论(0)
  • 2021-01-18 10:24

    I found out that this is available in the API but actually not possible. The only feasible way of doing this is to go on to switch the phone call to speaker mode and record off the microphone. There is no way of internally grabbing the audio in/out stream.

    0 讨论(0)
提交回复
热议问题