Ver código fonte

Set android:allowBackup to false

Mathieu Acthernoene 7 anos atrás
pai
commit
cb7e4b8b6b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      example/android/app/src/main/AndroidManifest.xml

+ 1
- 1
example/android/app/src/main/AndroidManifest.xml Ver arquivo

@@ -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">