From 418359413244afe3a23fd762d9e59661cc74690a Mon Sep 17 00:00:00 2001 From: basantnema31 Date: Thu, 2 Jul 2026 13:48:52 +0530 Subject: [PATCH] fix: disable global cleartext traffic to prevent MITM (fixes #379) --- app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cdfc2550..fe50e72c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,8 +29,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:localeConfig="@xml/locale_config" - android:theme="@style/Theme.ArflixTV" - android:usesCleartextTraffic="true"> + android:theme="@style/Theme.ArflixTV">