jenly1314 / AppUpdater

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

希望增加UpdateConfig设置下载的app的名字在Notification设置在“版本更新”前面 #32

Closed imhappyok closed 1 year ago

imhappyok commented 2 years ago

希望增加UpdateConfig设置下载的app的名字在Notification设置在“版本更新”前面下显示,不然都不知道下载的是什么apk

imhappyok commented 2 years ago

我要是改就得直接导入moudle源码,不能直接implementation了

jenly1314 commented 2 years ago

配置如下:

    <string name="app_updater_start_notification_title">版本更新</string>

    <string name="app_updater_progress_notification_title">版本更新</string>