增加允许建立非 HTTPS 的连接

This commit is contained in:
2022-03-28 01:25:20 +08:00
parent 5281464e4e
commit 8f8c34e532

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.fankes.coloros.notify"> package="com.fankes.coloros.notify">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
@@ -12,7 +13,9 @@
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.ColorOSNotifyIcon"> android:theme="@style/Theme.ColorOSNotifyIcon"
android:usesCleartextTraffic="true"
tools:ignore="AllowBackup,ExportedService">
<meta-data <meta-data
android:name="xposedmodule" android:name="xposedmodule"