Explorar o código

Improve: add label to tun service

kr328 %!s(int64=3) %!d(string=hai) anos
pai
achega
b472580ca6
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      service/src/main/AndroidManifest.xml

+ 4 - 2
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>