From 6e009da8cc625127e90f27539893e7994fa7d5b7 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Sat, 10 Feb 2024 22:14:17 +0300 Subject: [PATCH] Allow cleartext traffic --- app/src/main/AndroidManifest.xml | 1 + .../main/res/xml/network_security_config.xml | 18 ++++++++++++++++++ 2 files changed, 19 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 117b343..d5bbaf2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,6 +26,7 @@ android:largeHeap="true" android:supportsRtl="true" android:theme="@style/Theme.Tokusho" + android:networkSecurityConfig="@xml/network_security_config" tools:targetApi="tiramisu"> + + + + + + + + + + + + \ No newline at end of file