android: Remove game database
The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel.
Please register or sign in to comment
The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel.