From f0c72aef2273536c2161457bb0b2c1497840277e Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Thu, 19 Dec 2024 11:42:12 +0100 Subject: [PATCH] chore: Add Proxyman --- app/src/main/AndroidManifest.xml | 1 + .../main/res/xml/network_security_config.xml | 33 +++++++++++++++++++ 2 files changed, 34 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 62db19577..afd3264cb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,6 +29,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/appName" android:localeConfig="@xml/locales_config" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.AndroidSwissTransfer" 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 000000000..7f1804ad8 --- /dev/null +++ b/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + +