Improve: add label to tun service

This commit is contained in:
kr328 2022-05-16 19:53:32 +08:00
parent 5a587167ae
commit b472580ca6

View File

@ -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>