软 件无 联 网 权 限让我在AndroidManifest.xml不知道怎么修改

软 件无 联 网 权 限让我在AndroidManifest.xml不知道怎么修改

打开AndroidManifest.xml,配置如下:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

    <uses-permission android:name="android.permission.INTERNET"/>

........省略更多内容.....
</manifest>

基本权限

img


Android21之上的 高版本需要加上这个

img


android:networkSecurityConfig="@xml/network_security_config"

img