Browse Source

Remove android:allowBackup="true" from manifest

Petter Hesselberg 7 years ago
parent
commit
e05a181ae3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/android/src/main/AndroidManifest.xml

+ 0
- 1
src/android/src/main/AndroidManifest.xml View File

@@ -2,7 +2,6 @@
2 2
     package="com.RNFetchBlob">
3 3
 
4 4
     <application
5
-        android:allowBackup="true"
6 5
         android:label="@string/app_name"
7 6
         android:supportsRtl="true">
8 7