gpt4 book ai didi

安卓 : How to detect app killed from recent apps list?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:25:25 27 4
gpt4 key购买 nike

所以,我在 Stackoverflow 中看到了这个问题的答案,但我没有找到最终答案。所以,我遇到了一个问题:我已经将线程分离到套接字。我在 Application onCreate 方法上创建并启动这个线程。当应用程序从最近的应用程序列表中被杀死时,我需要拦截这个线程。如果用户按下后退按钮,系统将调用 onDestroy,这种情况我可以拦截套接字线程。但是,当用户从最近的应用程序列表中杀死应用程序时,我无法拦截套接字线程。

有人有最终答案如何解决这个问题吗?

最佳答案

您可以在 Manifest 文件中使用 stopWithTask 标志作为服务的 true 来执行此操作。

例子:

<service
android:enabled="true"
android:name=".MyService"
android:exported="false"
android:stopWithTask="true" />

关于安卓 : How to detect app killed from recent apps list?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26771795/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com