File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments