I would like to raise my target and compile version to 28 from 26. This is because a user emailed me and said that the app doesn't work properly on his phone which runs andoird 9.
Once I upped the target and compile versions, I tested out the app with various devices and it seems like everything is running just fine with different devices and emulators.
However I'm concerned that with the new SDK target and compile versions, that users might lose their data when they update. My DatabaseHelper class extends SQLiteOpenHelper.
Do I have to do anything to make sure their database tables are preserved when I update with the higher target and compile version?
NOTE: My database schema is staying the exact same with the update.