ui: un-export VpnService

There is no reason to expose this service to external apps.[1]

[1] https://developer.android.com/guide/topics/manifest/activity-element#exported

Signed-off-by: Hwanseung Lee <hwanseung@chromium.org>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Hwanseung Lee 2022-12-01 02:25:07 +09:00 committed by Harsh Shandilya
parent 4ff564521f
commit 0459d6d9f4
No known key found for this signature in database

View File

@ -10,7 +10,7 @@
<service
android:name="com.wireguard.android.backend.GoBackend$VpnService"
android:permission="android.permission.BIND_VPN_SERVICE"
android:exported="true">
android:exported="false">
<intent-filter>
<action android:name="android.net.VpnService" />
</intent-filter>