gpt4 book ai didi

android - 如何在 flutter 中断开电话?

转载 作者:行者123 更新时间:2023-12-03 04:45:02 25 4
gpt4 key购买 nike

我使应用程序自动调用给定的号码,代码如下。现在,我想在10秒后断开通话。如果可以,怎么可能呢?

    android_intent.Intent()
..setAction(android_action.Action.ACTION_CALL)
..setData(Uri(scheme: "tel", path: _controllerPhone.text))
..startActivity().catchError((e) => print(e));

最佳答案

由于 call 应用程序是与您的应用程序不同的应用程序,因此您无法进行干预。当然,如果您直接在应用程序中进行调用,则可以非常轻松地完成此操作。

关于android - 如何在 flutter 中断开电话?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62492200/

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