Browse Source

Set android:allowBackup to false

Mathieu Acthernoene 7 years ago
parent
commit
cb7e4b8b6b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/android/app/src/main/AndroidManifest.xml

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

@@ -22,7 +22,7 @@
22 22
 
23 23
     <application
24 24
       android:name=".MainApplication"
25
-      android:allowBackup="true"
25
+      android:allowBackup="false"
26 26
       android:label="@string/app_name"
27 27
       android:icon="@mipmap/ic_launcher"
28 28
       android:theme="@style/AppTheme">