简体   繁体   English

Android:用于记录所有传入和传出呼叫的api(因为在changelogs中,Android阻止了呼叫记录)

[英]Android: which api to use to record all incoming and outgoing call (Since in changelogs Android blocked call recording)

Is there is api where i can record all the incoming and outgoing call in android pie version . 有没有可以在android pie版本中记录所有传入和传出呼叫的api。 It seems nearly impossible to record a call. 记录呼叫似乎几乎是不可能的。 Please suggest what can be done in this scenario 请提出在这种情况下可以做什么

Android disabled the api with their security update policy. Android使用其安全更新策略禁用了该api。 Looking at the permissions list the closest you can find is the MANAGE_OWN_CALLS , meaning that the best solution for you is to implement a standalone application for calling where you should be able to interact with microphone directly. 查看权限列表,您可以找到最接近的权限是MANAGE_OWN_CALLS ,这意味着最适合您的解决方案是实现一个独立的应用程序来调用,您应该可以直接与麦克风进行交互。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM