Recording a phone call in Android

前端 未结 3 794
陌清茗
陌清茗 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: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.

提交回复
热议问题