Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

后台下载 #1

Open
uaoan opened this issue Feb 14, 2024 · 3 comments
Open

后台下载 #1

uaoan opened this issue Feb 14, 2024 · 3 comments

Comments

@uaoan
Copy link

uaoan commented Feb 14, 2024

好像不能后台下载,关闭Activity再打开就继续不了了

@lanlinju
Copy link
Owner

可以尝试把lifecycleScope.download(url)替换成 GlobalScope.download(url), 原因应该是lifecycleScope是与Activity生命周期绑定,当关闭Activity时协程作用域lifecycleScope会被取消,对应下载任务也会被取消。

@lanlinju
Copy link
Owner

应该还可以搭配WorkManager或者Service处理后台下载任务,不过我还没有进行尝试。

@uaoan
Copy link
Author

uaoan commented Feb 15, 2024

好的 @lanlinju

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants