增加允许建立非 HTTPS 的连接

This commit is contained in:
2022-03-28 01:00:20 +08:00
parent e7dae611ba
commit 47461809dc

View File

@@ -14,6 +14,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MIUINativeNotifyIcon"
android:usesCleartextTraffic="true"
tools:ignore="AllowBackup,ExportedService">
<meta-data
@@ -33,6 +34,7 @@
android:name=".ui.activity.MainActivity"
android:exported="true"
android:screenOrientation="behind">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -47,6 +49,7 @@
android:label="@string/app_name"
android:screenOrientation="behind"
android:targetActivity=".ui.activity.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />