开发者

details of the update process

开发者 https://www.devze.com 2022-12-26 21:01 出处:网络
Could someone describe to me what happens when an android application is updated? Is it the old version uninsta开发者_StackOverflowlled and then installed the new one ?What about the resources the app

Could someone describe to me what happens when an android application is updated? Is it the old version uninsta开发者_StackOverflowlled and then installed the new one ? What about the resources the application might need ?


Usually the application itself is removed and user data (like sqlite DBs and preference files) remains on the device. You can check those files on the emulator (or on your phone) by using the adb shell. The data is stored in /data/data/YOUR_PACKAGE/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号