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"
|
||||
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"
|
||||
android:required="false"/>
|
||||
<application android:allowBackup="false"
|
||||
android:extractNativeLibs="true"
|
||||
android:label="v2ray"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<provider android:name=".BinaryProvider"
|
||||
|
|
Loading…
Reference in a new issue