📌  相关文章
📜  重新安装应用程序后房间显示数据问题 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:05.780000             🧑  作者: Mango

代码示例1
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.