Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit e05a181

Browse files
author
Petter Hesselberg
committed
Remove android:allowBackup="true" from manifest
This causes a conflict if the library is used by a project with android:allowBackup="false". I see no reason why a library should set this property at all.
1 parent ff77135 commit e05a181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
package="com.RNFetchBlob">
33

44
<application
5-
android:allowBackup="true"
65
android:label="@string/app_name"
76
android:supportsRtl="true">
87

0 commit comments

Comments
 (0)