Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在android中实现应用程序的增量升级?为了节省下载时的流量
您无需执行任何操作即可启用此功能。Google Play 商店会自动在用户当前版本和您的新版本之间执行差异,并且只下载差异(增量)。
我想如果您对代码进行重大重构,那么这将触发完整下载,但这一切都在幕后,无法指定您自己会发生什么。