jenly1314 / AppUpdater

🚀 AppUpdater一个专注于App更新,一键傻瓜式集成App版本升级的轻量开源库。(集成步骤超简单)
https://jenly1314.github.io/AppUpdater/
MIT License
882 stars 128 forks source link

是否支持8.0 #21

Closed ppjuns closed 3 years ago

ppjuns commented 3 years ago

在方法里面 com.king.app.updater.AppUpdater#startDownloadService 我看else的逻辑会走启动服务的方法,mContext.startService(intent); 会不适配8.0 应该根据系统版本来启动startService 或 startForegroundService

jenly1314 commented 3 years ago

你在什么场景下调用的?App升级的场景一般都是用户点升级的时候开始启动下载服务,此时APP并非在后台。