Is it possible to preserve file-persisted data when upgrading an app? For example my app stores data under /data/data/mypkg/store. I would like the store directory to be preserved when user upgrades my app.
Is it possible to preserve file-persisted data when upgrading an app? For example my
Share
Application data is not deleted when upgrading apps. It is only removed when they are uninstalled