Skip to content

Commit 3daf980

Browse files
authored
Ensure native libs extracted and executable
1 parent e1790de commit 3daf980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
3-
package="com.github.shadowsocks.plugin.v2ray">
3+
package="com.github.shadowsocks.plugin.v2ray"
4+
android:installLocation="internalOnly">
45
<uses-feature android:name="android.hardware.touchscreen"
56
android:required="false"/>
67
<application android:allowBackup="false"
8+
android:extractNativeLibs="true"
79
android:label="v2ray"
810
android:icon="@mipmap/ic_launcher">
911
<provider android:name=".BinaryProvider"

0 commit comments

Comments
 (0)