gpt4 book ai didi

android - 如何在 Android 中以编程方式终止通话?

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

我正在使用以下代码在 Android 下以编程方式拨号。

try {
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:123456789"));
startActivity(callIntent);
} catch (Exception exception) {
log.e("dialing-example", "Call failed", Exception);
}

但是我怎样才能以编程方式终止调用呢?

最佳答案

我们不能使用 java 反射以编程方式结束调用。android。

Google 现在仅更改对系统应用程序的权限。

因此ITelephony.AIDL接口(interface)中的endcall方法不再适用于android 2.3+版本

关于android - 如何在 Android 中以编程方式终止通话?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9665296/

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