I would like to do some clean action in my application before it will be updated from Goole Play. Eg. delete some files from previous app version.
There’s any way to do this in Android?
I would like to do some clean action in my application before it will
Share
Can’t you do this at the time your app starts for the first time after update? Looks a lot easier. Just store last updated app version in user preferences or in a file and verify it every time app starts.