From f83d03e61582c23bdfee44b103b727d29ce748a0 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 6 Feb 2022 10:20:58 +0100 Subject: [PATCH] Added network security config --- app/src/main/AndroidManifest.xml | 1 + app/src/main/res/xml/network_security_config.xml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 app/src/main/res/xml/network_security_config.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e5df19cc..66821504 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -52,6 +52,7 @@ android:description="@string/app_description" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppThemeTeal" diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 00000000..05c4256b --- /dev/null +++ b/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,11 @@ + + + + + + + + + +