소스 검색

remove allowBackup="false"

iou90 7 년 전
부모
커밋
7cf4488ef5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml 파일 보기

1
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
           package="com.iou90.autoheightwebview">
2
           package="com.iou90.autoheightwebview">
3
 
3
 
4
-    <application android:allowBackup="false"
5
-                 android:label="@string/app_name"
4
+    <application android:label="@string/app_name"
6
                  android:supportsRtl="true"
5
                  android:supportsRtl="true"
7
     >
6
     >
8
 
7