Answers for "room showing data after reinstall the app problem"

0

room showing data after reinstall the app problem

If the manifest (AndroidMainfest.xml) has android:allowBackup="true", 
this could result in the data being restored automatically by the backup 
manager. From your description of the issue this could well be the cause.

Try changing to use android:allowBackup="false", uninstalling the App and 
then re-installing.
Posted by: Guest on December-11-2020

Code answers related to "room showing data after reinstall the app problem"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language