-
Notifications
You must be signed in to change notification settings - Fork 0
BeforeConfig
StormKid edited this page Jul 2, 2019
·
1 revision
<uses-permission android:name="android.permission.INTERNET"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
...>
...
<application
...
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/net_config"
>
...
</application>
</manifest>
注意:已为项目使用者们配好xml,直接使用即可