gpt4 book ai didi

android - AsyncTask 完成后如何停止服务?

转载 作者:行者123 更新时间:2023-11-29 18:24:28 25 4
gpt4 key购买 nike

我有一个服务,它请求另一个启动 AsyncTask 的类

服务->天气类->执行方法->Asynctask->执行

这是在服务中启动的

new Weather(this).execute(); // the execute is a method of the class, not of the AsyncTask

我如何在服务中检测到 AsyncTask 已完成以便调用 stopSelf?

最佳答案

您可以使用 stopService(intent)在这种情况下。

关于android - AsyncTask 完成后如何停止服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3124516/

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