开发者

Using AsyncTask to download, how to cancel

开发者 https://www.devze.com 2023-01-29 13:30 出处:网络
I use AsyncTask to download a file from 开发者_开发知识库the Internet, but when I call cancel to cancel the AsyncTask, the thread does not stop downloading. And when I do a test, I find when finishing

I use AsyncTask to download a file from 开发者_开发知识库the Internet, but when I call cancel to cancel the AsyncTask, the thread does not stop downloading. And when I do a test, I find when finishing the Activity, Android will not stop the thread in the Activity. So how can I stop downloading the file? Thanks!

0

精彩评论

暂无评论...
验证码 换一张
取 消