azhon / AppUpdate

Android App update library. Android版本更新库,简单、轻量、可随意定制
Apache License 2.0
2.23k stars 326 forks source link

你好,请问能否支持弹窗是Dialog方式 #145

Closed zhanghuibiao closed 1 year ago

zhanghuibiao commented 1 year ago

现在有一种情形是在onResume中调用检测更新,等更新完成点击稍后安装,还会触发onResume,此时又会检测更新

azhon commented 1 year ago

不能,这个你直接在onResume中判断DownloadManager是否创建过就可以规避

zhanghuibiao commented 1 year ago

不能,这个你直接在onResume中判断DownloadManager是否创建过就可以规避

image

这里每次走build的时候会先release, DownloadManager会重新创建

azhon commented 1 year ago

那你可以自己加个变量来控制