From 42e78f8f2fdb7d67575771b640bd09d26efeb4af Mon Sep 17 00:00:00 2001 From: Texas Date: Tue, 16 Dec 2025 01:53:35 +0500 Subject: [PATCH] Allow using custom tile server via HTTP (#3976) --- app/src/main/AndroidManifest.xml | 3 ++- app/src/main/res/xml/network_security_config.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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 ff12dd53e..d486b3dd4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -105,7 +105,8 @@ android:supportsRtl="true" android:hardwareAccelerated="true" android:theme="@style/SplashTheme" - android:localeConfig="@xml/locales_config"> + android:localeConfig="@xml/locales_config" + android:networkSecurityConfig="@xml/network_security_config"> + + + + + + + + + 127.0.0.1 + localhost + +