简体   繁体   English

通话结束后重新打开应用程序

[英]Re-opening the app after finishing a call

I have a button in my app to make a telephone call, and I need to returen to my app after call is finished. 我的应用程序中有一个按钮可以拨打电话,通话结束后,我需要重新定位到我的应用程序。

Is there any way to do this? 有什么办法吗?

Can't be done. 不能做 The user will have to open your app themselves. 用户将不得不自己打开您的应用程序。

If you mean that the user can make a phone call to another user, starting from your application, which closes said application, then what you are asking is simply impossible. 如果您的意思是用户可以从关闭该应用程序的应用程序开始与另一个用户打个电话,那么您根本无法提出要求。 The best you can do is have the application get into suspended mode. 您能做的最好的事情就是让应用程序进入suspended模式。 The user will need to get it back from the tray. 用户将需要从纸盘取回它。

If for some reason your application has a button that calls the user (possibly by triggering some external server), then you should edit your question to be clearer... however, the user still needs to get your application back himself from suspended state. 如果由于某种原因您的应用程序有一个调用用户的按钮(可能是通过触发一些外部服务器),那么您应该编辑您的问题以使其更清楚……但是,用户仍然需要使您的应用程序从suspended状态恢复原状。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM