fix: allow cleartext traffic for WebSocket signaling

This commit is contained in:
2026-06-02 00:50:47 +08:00
parent 9a23b3359b
commit 1031b20d29
+2 -1
View File
@@ -28,7 +28,8 @@
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Posefit"> android:theme="@style/Theme.Posefit"
android:usesCleartextTraffic="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"