Sfoglia il codice sorgente

Allow cleartext traffic

Certain catalogues (e.g. Mangakakalot) do not use HTTPS
Eugene 5 anni fa
parent
commit
ad2ecd538d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/src/main/AndroidManifest.xml

+ 1 - 0
app/src/main/AndroidManifest.xml

@@ -17,6 +17,7 @@
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_rules"
         android:hardwareAccelerated="true"
+        android:usesCleartextTraffic="true"
         android:icon="@mipmap/ic_launcher"
         android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name"