From 2433eb53e384a446f2acc13733f150c3049df8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Broks=20Randolfs=20Gail=C4=ABtis?= Date: Wed, 5 Mar 2025 21:40:54 +0200 Subject: [PATCH] Allow user certs for development on Android --- .../App_Resources/Android/src/main/AndroidManifest.xml | 3 ++- .../Android/src/main/res/xml/network_security_config.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 apps/blakus-nativescript/App_Resources/Android/src/main/res/xml/network_security_config.xml diff --git a/apps/blakus-nativescript/App_Resources/Android/src/main/AndroidManifest.xml b/apps/blakus-nativescript/App_Resources/Android/src/main/AndroidManifest.xml index 84664c4..60796b7 100644 --- a/apps/blakus-nativescript/App_Resources/Android/src/main/AndroidManifest.xml +++ b/apps/blakus-nativescript/App_Resources/Android/src/main/AndroidManifest.xml @@ -24,7 +24,8 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" - android:hardwareAccelerated="true"> + android:hardwareAccelerated="true" + android:networkSecurityConfig="@xml/network_security_config"> + + + + + + +