How to update database in the assets folder

0

I am new to Android Studio, I have an application that shows a list of names from a database, everything works fine except that it does not detect the changes of the database, the member.db file is replaced correctly by the new one in the assets directory, but when the application runs the data continue the same.

The only way I update is by uninstalling the app and reinstalling it, my question is ... is there any other way that the system detects which members.db changed without needing to uninstall / install the app?

thank you very much

    
asked by Acertijo 02.09.2018 в 16:04
source

0 answers