Application increment upgrading method and system based on Android system
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- TCL CORPORATION
- Publication Date
- 2016-06-08
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of mobile terminals, in particular to an Android system-based application incremental upgrade method and system. Background technique
[0002] The current incremental upgrade method based on the Android platform application is differential upgrade. The implementation method is to make a difference between the old version Apk and the new version Apk of the application, generate a differential package of the two versions Apk and deploy it on the cloud. On the client side, use the installed Apk to synthesize the differential package to obtain a new Apk, and check whether the newly synthesized Apk file is complete. If complete, guide the user to install.
[0003] However, this incremental upgrade generates patches based on the difference between two application versions, and each released version must be differentiated from the latest version, so that users of all versions can perform differential upgrades, and...