From 47461809dcd54c9dbc89200abb1b5e4cc34f288e Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Mon, 28 Mar 2022 01:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=81=E8=AE=B8=E5=BB=BA?= =?UTF-8?q?=E7=AB=8B=E9=9D=9E=20HTTPS=20=E7=9A=84=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0ae4838..9c07140 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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"> + @@ -47,6 +49,7 @@ android:label="@string/app_name" android:screenOrientation="behind" android:targetActivity=".ui.activity.MainActivity"> +