diff --git a/networksurvey/src/main/AndroidManifest.xml b/networksurvey/src/main/AndroidManifest.xml index da3d7474..3c2dbbfe 100644 --- a/networksurvey/src/main/AndroidManifest.xml +++ b/networksurvey/src/main/AndroidManifest.xml @@ -51,7 +51,9 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/NetworkSurveyTheme" - tools:ignore="GoogleAppIndexingWarning"> + tools:ignore="GoogleAppIndexingWarning" + tools:replace="android:usesCleartextTraffic" + android:usesCleartextTraffic="false"> + + - - -