在没有 ACTION_CALL 活动的情况下拨打电话
有没有办法从我的应用程序中拨打电话,同时让我的活动保持焦点? 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法更改或自定义呼叫屏幕,除非您正在构建自己的 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