从您的应用程序发起的呼叫结束后如何再次显示您的应用程序?

发布于 2024-12-11 00:34:59 字数 133 浏览 0 评论 0原文

我有一个应用程序,您可以通过它拨打一些电话号码。我成功检测到广播接收器的呼叫何时开始和结束。 通话结束后,将显示拨号器应用程序。 我希望我的应用程序在通话后显示(而不是拨号器应用程序)以显示一些警报、祝酒词……

我该如何执行此操作?

I have an app where you can call some phone numbers from it. I successfully detected when a call starts and finishes with broadcast receiver.
When the call finishes, a dialer app is shown.
I want my app to show after a call (not the dialer app) to display some alerts, toasts, ...

How can I do this?

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

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

发布评论

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

评论(1

天荒地未老 2024-12-18 00:34:59

监听呼叫结束的广播意图,然后当您的应用程序知道它开始呼叫时,使用给定的上下文以意图启动您的活动。

Listen for the call ended broacast intent then when your application knows it started the call start your Activity with an Intent using the given Context.

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