Browse Source

Remove android:allowBackup="true" from manifest

Petter Hesselberg 8 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
     package="com.RNFetchBlob">
2
     package="com.RNFetchBlob">
3
 
3
 
4
     <application
4
     <application
5
-        android:allowBackup="true"
6
         android:label="@string/app_name"
5
         android:label="@string/app_name"
7
         android:supportsRtl="true">
6
         android:supportsRtl="true">
8
 
7