김가영

modified network_security_config

1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 -
4 -</PreferenceScreen>
...\ No newline at end of file ...\ No newline at end of file
2 +<network-security-config>
3 + <!--Set application-wide security config using base-config tag.-->
4 + <base-config cleartextTrafficPermitted="true"/>
5 +</network-security-config>
...\ No newline at end of file ...\ No newline at end of file
......