mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 08:42:18 +08:00
Improve: add label to tun service
This commit is contained in:
parent
5a587167ae
commit
b472580ca6
|
@ -12,12 +12,14 @@
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<service
|
<service
|
||||||
android:name="ClashService"
|
android:name=".ClashService"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
|
android:label="@string/clash_for_android"
|
||||||
android:process=":background" />
|
android:process=":background" />
|
||||||
<service
|
<service
|
||||||
android:name="TunService"
|
android:name=".TunService"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
|
android:label="@string/clash_for_android"
|
||||||
android:permission="android.permission.BIND_VPN_SERVICE"
|
android:permission="android.permission.BIND_VPN_SERVICE"
|
||||||
android:process=":background">
|
android:process=":background">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user