Skip to content

Commit 360cdc6

Browse files
committed
Add alias v2ray-plugin
Fixes #18.
1 parent 172bd4c commit 360cdc6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@
2020
<action android:name="com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"/>
2121
<data android:scheme="plugin"
2222
android:host="com.github.shadowsocks"
23-
android:pathPrefix="/v2ray"/>
23+
android:path="/v2ray"/>
24+
</intent-filter>
25+
<intent-filter>
26+
<action android:name="com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"/>
27+
<data android:scheme="plugin"
28+
android:host="com.github.shadowsocks"
29+
android:path="/v2ray-plugin"/>
2430
</intent-filter>
2531
<meta-data android:name="com.github.shadowsocks.plugin.id"
2632
android:value="v2ray"/>
33+
<meta-data android:name="com.github.shadowsocks.plugin.id.aliases"
34+
android:value="v2ray-plugin"/>
2735
<meta-data android:name="com.github.shadowsocks.plugin.executable_path"
2836
android:value="libv2ray.so"/>
2937
</provider>

0 commit comments

Comments
 (0)