yaming116 / UpdateApp

app update, is mainly responsible for app download and installation, etc. 开箱即用的app更新,主要负责软件下载、软件安装等。
Apache License 2.0
348 stars 61 forks source link

8.0 9.0 通知栏不展示 #33

Open 13120241790 opened 5 years ago

13120241790 commented 5 years ago

您好 大佬 ,目前 8.0 9.0 通知栏不展示 需要加入 NotificationChannel 相关适配

yaming116 commented 4 years ago

试试1.0.7版本的

SmithZhenHua commented 4 years ago

我试了1.0.7版本但还是不展示下载进度栏

SmithZhenHua commented 4 years ago

UpdateService.Builder.create(mResultVersion.getUrl()) .setStoreDir("update") .setIsSendBroadcast(true) .setDownloadSuccessNotificationFlag(Notification.DEFAULT_SOUND) .setDownloadErrorNotificationFlag(Notification.DEFAULT_SOUND) .setIcoResId(R.mipmap.app_icon) .setIcoSmallResId(R.mipmap.app_icon) .build(context);