Skip to content

Commit 58a260c

Browse files
authored
Update AndroidManifest.xml
Adding a network_security_config.xml
1 parent 341808e commit 58a260c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HowToDetectInternetConnectivityInAndroid/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package="com.agnosticdev.networkconnectivity">
44

55
<application
6+
android:networkSecurityConfig="@xml/network_security_config"
67
android:allowBackup="true"
78
android:icon="@mipmap/ic_launcher"
89
android:label="@string/app_name"
@@ -20,4 +21,4 @@
2021
<uses-permission android:name="android.permission.INTERNET" />
2122
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2223

23-
</manifest>
24+
</manifest>

0 commit comments

Comments
 (0)