Skip to content

Commit 03e65fa

Browse files
committed
Delete allowBackup=true in library's AndroidManifest
1 parent 7d8e6ce commit 03e65fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.wang.avi">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
>
7-
4+
<application android:label="@string/app_name">
85
</application>
96

107
</manifest>

0 commit comments

Comments
 (0)