Ensure native libs extracted and executable
This commit is contained in:
parent
e1790def52
commit
3daf980174
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.github.shadowsocks.plugin.v2ray">
|
package="com.github.shadowsocks.plugin.v2ray"
|
||||||
|
android:installLocation="internalOnly">
|
||||||
<uses-feature android:name="android.hardware.touchscreen"
|
<uses-feature android:name="android.hardware.touchscreen"
|
||||||
android:required="false"/>
|
android:required="false"/>
|
||||||
<application android:allowBackup="false"
|
<application android:allowBackup="false"
|
||||||
|
android:extractNativeLibs="true"
|
||||||
android:label="v2ray"
|
android:label="v2ray"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<provider android:name=".BinaryProvider"
|
<provider android:name=".BinaryProvider"
|
||||||
|
|
Loading…
Reference in a new issue