mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-16 14:53:15 +03: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…
x
Reference in New Issue
Block a user