Kaynağa Gözat

Set android:allowBackup to false

Mathieu Acthernoene 8 yıl önce
ebeveyn
işleme
cb7e4b8b6b

+ 1
- 1
example/android/app/src/main/AndroidManifest.xml Dosyayı Görüntüle

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