diff --git a/service/src/main/AndroidManifest.xml b/service/src/main/AndroidManifest.xml index d869fb38d3163344c2b571fc5b06079ae952c470..f336ccd4767800ce63dbf0a78e59db45f5b776b6 100644 --- a/service/src/main/AndroidManifest.xml +++ b/service/src/main/AndroidManifest.xml @@ -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>