mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 03:05:51 +08:00
增加允许建立非 HTTPS 的连接
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.MIUINativeNotifyIcon"
|
android:theme="@style/Theme.MIUINativeNotifyIcon"
|
||||||
|
android:usesCleartextTraffic="true"
|
||||||
tools:ignore="AllowBackup,ExportedService">
|
tools:ignore="AllowBackup,ExportedService">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
android:name=".ui.activity.MainActivity"
|
android:name=".ui.activity.MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:screenOrientation="behind">
|
android:screenOrientation="behind">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
@@ -47,6 +49,7 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:screenOrientation="behind"
|
android:screenOrientation="behind"
|
||||||
android:targetActivity=".ui.activity.MainActivity">
|
android:targetActivity=".ui.activity.MainActivity">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user