Make v2ray-plugin as default ID

This commit is contained in:
Mygod 2020-02-04 23:41:52 -05:00 committed by GitHub
parent 360cdc6184
commit d1163dc939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,9 @@
android:path="/v2ray-plugin"/>
</intent-filter>
<meta-data android:name="com.github.shadowsocks.plugin.id"
android:value="v2ray"/>
<meta-data android:name="com.github.shadowsocks.plugin.id.aliases"
android:value="v2ray-plugin"/>
<meta-data android:name="com.github.shadowsocks.plugin.id.aliases"
android:value="v2ray"/>
<meta-data android:name="com.github.shadowsocks.plugin.executable_path"
android:value="libv2ray.so"/>
</provider>
@ -42,7 +42,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="plugin"
android:host="com.github.shadowsocks"
android:path="/v2ray"/>
android:path="/v2ray-plugin"/>
</intent-filter>
</activity>
</application>