Browse Source

no message

ychk 3 weeks ago
parent
commit
59a5f43027

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

@@ -64,7 +64,6 @@
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
-        android:networkSecurityConfig="@xml/network_security_config"
         android:requestLegacyExternalStorage="true"
         android:roundIcon="@mipmap/ic_launcher"
         android:supportsRtl="true"

+ 0 - 4
app/src/main/res/xml/network_security_config.xml

@@ -1,4 +0,0 @@
-<?xml version ="1.0" encoding ="utf-8"?>
-<network-security-config>
-    <base-config cleartextTrafficPermitted="true" />
-</network-security-config>