更改通话屏幕

发布于 2024-08-29 07:25:04 字数 184 浏览 4 评论 0原文

在 Android 上发起通话时,我需要更改或自定义通话屏幕。

在谷歌搜索后我没有找到任何方法来做到这一点。

无法在通话期间发送 DTMF 音,其想法是将特定号码发送到通话屏幕。因此,当拨打电话时,可以在呼叫 PBX 期间看到要拨打的号码。

我尝试将号码放入“状态栏”中,但通知在几秒钟后隐藏,这不切实际。

I need to change or customize the call screen when initiating a call on Android.

After searching on google I do not find any way to do it.

There is no way to send DTMF tones during a call, the idea is to send a specific number to the call screen. So when a call is made is possible to see the number to dial during a call to the PBX.

I tried to putting the number in the "status bar", but the notification hide after seconds and it is not practical.

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

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

发布评论

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

评论(2

ゞ记忆︶ㄣ 2024-09-05 07:25:04

我认为可以在后台进程的呼叫屏幕前显示一条祝酒消息或对话框。

这看起来不太好,但不失为一种方法。

It could be possible to show a toast message or a dialog in front of the call screen from a background process I think.

This won't look nice but would be a way to do it.

吻安 2024-09-05 07:25:04

我需要更改或自定义通话
发起呼叫时的屏幕
安卓。

这是不可能的,除非您正在构建自己的 ROM,否则无法自定义或更改呼叫屏幕。

无法发送 DTMF 音
通话期间

您可以将 dtmf 序列添加到拨号意图的末尾,以便在通话连接后直接发送 dtmf,但不在通话期间发送。

我很感激任何其他建议。

您可以尝试以某种方式覆盖数字,但我不太确定您真正想要实现的目标,因此建议可能不正确

I need to change or customize the call
screen when initiating a call on
Android.

This is not possible, the call screen can not be customised or changed unless you are building your own ROM.

There is no way to send DTMF tones
during a call

You can add a dtmf sequence to the end of a dial intent to send dtmf straight after a call has connected but not during a call.

I appreciate any other suggestion.

You could try to overlay the number in some way but I'm not quite sure what you actually want to achieve so that suggestion may be incorrect

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