Parcourir la source

Set android:allowBackup to false

Mathieu Acthernoene il y a 7 ans
Parent
révision
cb7e4b8b6b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      example/android/app/src/main/AndroidManifest.xml

+ 1
- 1
example/android/app/src/main/AndroidManifest.xml Voir le fichier

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