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 @@ -