diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ba1cd88..1317ac9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ @@ -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">