Skip to content

Commit d1163dc

Browse files
authored
Make v2ray-plugin as default ID
1 parent 360cdc6 commit d1163dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
android:path="/v2ray-plugin"/>
3030
</intent-filter>
3131
<meta-data android:name="com.github.shadowsocks.plugin.id"
32-
android:value="v2ray"/>
33-
<meta-data android:name="com.github.shadowsocks.plugin.id.aliases"
3432
android:value="v2ray-plugin"/>
33+
<meta-data android:name="com.github.shadowsocks.plugin.id.aliases"
34+
android:value="v2ray"/>
3535
<meta-data android:name="com.github.shadowsocks.plugin.executable_path"
3636
android:value="libv2ray.so"/>
3737
</provider>
@@ -42,7 +42,7 @@
4242
<category android:name="android.intent.category.DEFAULT"/>
4343
<data android:scheme="plugin"
4444
android:host="com.github.shadowsocks"
45-
android:path="/v2ray"/>
45+
android:path="/v2ray-plugin"/>
4646
</intent-filter>
4747
</activity>
4848
</application>

0 commit comments

Comments
 (0)