mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-06 02:35:41 +08:00
增加允许建立非 HTTPS 的连接
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.fankes.coloros.notify">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
@@ -12,7 +13,9 @@
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.ColorOSNotifyIcon">
|
||||
android:theme="@style/Theme.ColorOSNotifyIcon"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:ignore="AllowBackup,ExportedService">
|
||||
|
||||
<meta-data
|
||||
android:name="xposedmodule"
|
||||
|
Reference in New Issue
Block a user