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