소스 검색

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>