From c96274abf285792db6812fefaf250dac911c3bc5 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Fri, 21 Sep 2018 15:38:58 +0300 Subject: [PATCH] [android] Added selfsigned ssl support for Android N and higher --- android/AndroidManifest.xml | 1 + android/res/xml/network_security_config.xml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 android/res/xml/network_security_config.xml diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 6358e9dc46..990177c778 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -63,6 +63,7 @@ android:label="@string/app_name" android:theme="@style/MwmTheme" android:supportsRtl="false" + android:networkSecurityConfig="@xml/network_security_config" tools:replace="android:supportsRtl" tools:ignore="UnusedAttribute"> diff --git a/android/res/xml/network_security_config.xml b/android/res/xml/network_security_config.xml new file mode 100644 index 0000000000..4c4f5be6c1 --- /dev/null +++ b/android/res/xml/network_security_config.xml @@ -0,0 +1,4 @@ + + + +