Procházet zdrojové kódy

Improve: add label to tun service

kr328 před 3 roky
rodič
revize
b472580ca6
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  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>