Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Android App Updates Work

Tags:

android

If I create an app, when I make an updated version will this replace the original? Or do I edit specific parts?

like image 810
Somk Avatar asked Dec 28 '22 23:12

Somk


2 Answers

OK, looks like you are talking about an update on device (without an uninstall). It will replace the app on device, however any files created by the previous version will survive the upgrade (including your shared preferences and DB files).

like image 89
Vit Khudenko Avatar answered Dec 30 '22 13:12

Vit Khudenko


yes, it will replace the original

like image 20
Kyle Avatar answered Dec 30 '22 12:12

Kyle