소스 검색

Set android:allowBackup to false

Mathieu Acthernoene 8 년 전
부모
커밋
cb7e4b8b6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      example/android/app/src/main/AndroidManifest.xml

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

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