瀏覽代碼

no message

ychk 1 月之前
父節點
當前提交
59a5f43027
共有 2 個文件被更改,包括 0 次插入5 次删除
  1. 0 1
      app/src/main/AndroidManifest.xml
  2. 0 4
      app/src/main/res/xml/network_security_config.xml

+ 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>