Skip to content

Commit

Permalink
Close the service tag correctly (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithTamim committed Aug 29, 2024
1 parent b893976 commit a15ab47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion V2rayNG/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
<service
android:name=".service.V2RayTestService"
android:exported="false"
android:process=":RunSoLibV2RayDaemon"></service>
android:process=":RunSoLibV2RayDaemon"
/>

<receiver
android:exported="true"
Expand Down

0 comments on commit a15ab47

Please sign in to comment.