From 35dc8d661c7e12ae6a135976a74ffc6f40396af4 Mon Sep 17 00:00:00 2001
From: 2dust <31833384+2dust@users.noreply.github.com>
Date: Thu, 6 Jan 2022 20:21:49 +0800
Subject: [PATCH] Update AndroidManifest.xml
---
V2rayNG/app/src/main/AndroidManifest.xml | 50 ++++++++++++++++++------
1 file changed, 37 insertions(+), 13 deletions(-)
diff --git a/V2rayNG/app/src/main/AndroidManifest.xml b/V2rayNG/app/src/main/AndroidManifest.xml
index 89849737..b02522f9 100644
--- a/V2rayNG/app/src/main/AndroidManifest.xml
+++ b/V2rayNG/app/src/main/AndroidManifest.xml
@@ -36,9 +36,11 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
- android:extractNativeLibs="true"
- android:theme="@style/AppTheme">
+ android:theme="@style/AppTheme"
+ android:usesCleartextTraffic="true"
+ tools:targetApi="m">
@@ -59,24 +61,40 @@
android:resource="@xml/shortcuts" />
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
@@ -135,7 +157,9 @@
-