xuexiangjys / XUpdate

🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)
https://github.com/xuexiangjys/XUpdate/wiki
Apache License 2.0
2.33k stars 406 forks source link

获取的下载文件名称有特殊字符的话无法安装,建议过滤下特殊字符 #36

Closed gxp3635 closed 5 years ago

gxp3635 commented 5 years ago

/**

xuexiangjys commented 5 years ago

框架不会去做这些多余的操作,如果需要过滤的话,可以在IUpdateHttpService 中由使用者自行进行处理