gpt4 book ai didi

android.permission.ANSWER_PHONE_CALLS 我该如何使用?自动应答

转载 作者:行者123 更新时间:2023-11-29 01:01:40 27 4
gpt4 key购买 nike

根据 android developer documentation

Android 8.0 (API level 26) introduces several new permissions related to telephony: The ANSWER_PHONE_CALLS permission allows your app to answer incoming phone calls programmatically. To handle an incoming phone call in your app, you can use the acceptRingingCall() method.

我的应用如何对来电进行语音应答?

但我还没有找到关于此的任何指南或示例。所以

我想要语音自动应答(来自应用程序中的原始文件夹)(我需要指南或示例代码,例如答录机)

最佳答案

来自 Google 的更新:

telecomManager.acceptRingingCall();
telecomManager.acceptRingingCall(false);
telecomManager.endCall();

所有这三个命令在 Android Q 上都已弃用

click to verify here

关于android.permission.ANSWER_PHONE_CALLS 我该如何使用?自动应答,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50679015/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com