From 4b55763a033477016ad6820553a8668fcf927986 Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 26 Dec 2022 19:38:23 +0100 Subject: [PATCH] Allow cleartex (non https) --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 730d0f7..0f94e3c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -10,7 +10,8 @@ android:supportsRtl="true" android:isGame="false" android:appCategory="maps" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:usesCleartextTraffic="true">