Make v2ray-plugin as default ID
This commit is contained in:
parent
360cdc6184
commit
d1163dc939
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue