Przeglądaj źródła

remove allowBackup="false"

iou90 7 lat temu
rodzic
commit
7cf4488ef5
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Wyświetl plik

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