feat: 关闭allowBackup属性,防止 adb backup 导出数据
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user