How can I change sharedPreferences
or add a folder when updating my app?
I have a C app I'm running on Android with the SDL library and whenever I do an app update the application files have to be updated too (they're in a system folder). The problem is that I do not know when an update has been made.
I know that when I start up the app I get it done, but it's still a hassle and there could be problems if the user does not open the app until the next update. If there was a way to do it during the installation was ideal and solved all the problems.