We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1790de commit 3daf980Copy full SHA for 3daf980
app/src/main/AndroidManifest.xml
@@ -1,9 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
xmlns:tools="http://schemas.android.com/tools"
3
- package="com.github.shadowsocks.plugin.v2ray">
+ package="com.github.shadowsocks.plugin.v2ray"
4
+ android:installLocation="internalOnly">
5
<uses-feature android:name="android.hardware.touchscreen"
6
android:required="false"/>
7
<application android:allowBackup="false"
8
+ android:extractNativeLibs="true"
9
android:label="v2ray"
10
android:icon="@mipmap/ic_launcher">
11
<provider android:name=".BinaryProvider"
0 commit comments