Skip to content
Snippets Groups Projects
Commit b472580c authored by kr328's avatar kr328
Browse files

Improve: add label to tun service

parent 5a587167
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,14 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment