user1923613
user1923613

Reputation: 636

What happens when you update an android app?

What happens when a developer updates an app? Does the user that updates the said app download a whole new app or is the app store smart enough to just download the changes?

Upvotes: 3

Views: 2678

Answers (2)

Mehul Joisar
Mehul Joisar

Reputation: 15358

Yes, Google play is smart enough to update just changes called delta update.look at the example video and docs over here which updates patch file instead of whole application.

Upvotes: 1

Raghav Sood
Raghav Sood

Reputation: 82533

Google Play has smart updates which only download the changed parts of the apk.

Upvotes: 3

Related Questions