Is there anyway to rename a database of a published android app? I am working something out to just change the database name and onCreate of that database, check for the old database and copy the contents out, but wondering if thats my only recourse.
Share
You could try renaming the file before opening it the first time. It is located in:
Replace “databasename” with the one you are using.
And when you open it for the first time afterwards, use the new name you have selected.