Explorar el Código

Improve: add label to tun service

kr328 hace 3 años
padre
commit
b472580ca6
Se han modificado 1 ficheros con 4 adiciones y 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>