feat: 关闭allowBackup属性,防止 adb backup 导出数据

This commit is contained in:
Quyunshuo
2021-03-15 17:59:45 +08:00
parent 1852fe44b2
commit 335b2c4258
3 changed files with 7 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<application
android:name=".AppApplication"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"