fix: enable cleartext HTTP for radio streams

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-11 16:09:54 -04:00
parent e1286911cc
commit 7da9fe9b5b
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/Theme.Radio247">
<activity

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>