Browse Source

Improve: add label to tun service

kr328 3 năm trước cách đây
mục cha
commit
b472580ca6
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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>