Android: Sharing (something) via Intent.ACTION_SEND, then automatically return to my app

我的梦境 提交于 2019-12-05 11:55:05

This will only be called if the user presses the back button. Because you are starting a new intent, so you give control to another application. So normally, if the user presses the back button (which I would do as an Android user) the user will go back to your app. This the way I would prefer to use for this case, and as far as I know it is also the only way to do this in Android.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!