Ensure native libs extracted and executable

This commit is contained in:
Mygod 2019-06-22 17:03:17 +08:00 committed by GitHub
parent e1790def52
commit 3daf980174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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