mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
Improve: add label to tun service
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user