Skip to content

Commit 1713901

Browse files
committed
默认 allowBackup = false
1 parent 0efb4f1 commit 1713901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chat/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050

5151
<application
5252
android:name="cn.wildfire.chat.app.MyApp"
53-
android:allowBackup="true"
53+
android:allowBackup="false"
54+
tools:replace="android:allowBackup"
5455
android:icon="@mipmap/ic_launcher"
5556
android:label="@string/app_name"
5657
android:requestLegacyExternalStorage="true"

0 commit comments

Comments
 (0)