summaryrefslogtreecommitdiffhomepage
path: root/android/src/androidTest
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-04-15 15:11:33 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-04-16 12:14:04 +0000
commita9979e98431fe202d77680168b23a9b6c81f5c43 (patch)
treed55867217f95ba1d0da9a1e9df5486b08ec9892d /android/src/androidTest
parent64eff2bbff8265169a7c79e50a8f158843506d2e (diff)
downloadmullvadvpn-a9979e98431fe202d77680168b23a9b6c81f5c43.tar.xz
mullvadvpn-a9979e98431fe202d77680168b23a9b6c81f5c43.zip
Remove old shared preferences clean-up code
On versions 2019.8-beta1 and older, the app stored the application version information as shared preferences. On 2019.9-beta1 that changed so that the information was handled by the Rust daemon, and some code was added to clear those shared preferences so that users that update from the old versions don't have any left over data. This commit removes that migration code, because it's been more than a year since that change has happened and none of those versions are supported anymore. A user that updates from one of the old versions before 2019.9-beta1 to a version from this commit onwards will have some extra data stored in shared preferences (which should be less than 1 KiB) that won't be ever used. The only way to remove that data is to manually clear the app storage, reinstall the app, or to upgrade to a version from 2020 before updating to future versions.
Diffstat (limited to 'android/src/androidTest')
0 files changed, 0 insertions, 0 deletions