瀏覽代碼

remove allowBackup="false"

iou90 6 年之前
父節點
當前提交
7cf4488ef5
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml 查看文件

@@ -1,8 +1,7 @@
1 1
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 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 5
                  android:supportsRtl="true"
7 6
     >
8 7