소스 검색

Set android:allowBackup to false

Mathieu Acthernoene 7 년 전
부모
커밋
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 @@
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">