在没有 ACTION_CALL 活动的情况下拨打电话

发布于 2024-12-05 02:27:47 字数 158 浏览 4 评论 0原文

有没有办法从我的应用程序中拨打电话,同时让我的活动保持焦点? ACTION_CALL 显示通话屏幕,但我想显示我的屏幕,用我自己的控件来结束通话。这可能吗?例如,是否有一项服务可以实际拨打电话?

我基本上希望允许用户呼叫另一个用户,同时仍然与我的应用程序交互。

Is there a way to make a call from my application, but keep my activity in focus? ACTION_CALL shows the call screen, but I want to show my screen instead, with my own control to end the call. Is this possible? e.g. is there a service that does the actual phone call?

I basically want to allow the user to call another user, while still interacting with my app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抱猫软卧 2024-12-12 02:27:47

您无法更改或自定义呼叫屏幕,除非您正在构建自己的 ROM

,这在 SDK 应用程序中是不可能的...

您可以尝试设计您的应用程序,使其与后台服务配合使用,以便您实现您的目标

You can not change or customize the call screen unless you are building your own ROM

That is not possible from an SDK application...

You can try to design your application so that it works with a backgroud service so that you achieve your goals

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文