Skip to content

Commit

Permalink
Merge branch 'evaluate-removing-exportedtrue-for-mullvadvpnservice-dr…
Browse files Browse the repository at this point in the history
…oid-1418'
  • Loading branch information
albin-mullvad committed Oct 22, 2024
2 parents 1ec8c9d + 2265824 commit 26db620
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,12 @@
<action android:name="net.mullvad.mullvadvpn.request_vpn_permission" />
</intent-filter>
</activity>
<!--
MullvadVpnService
It's unclear in the documentation whether the service must/should be exported or not,
however as it's protected by the bind vpn permission
(android.permission.BIND_VPN_SERVICE) it's protected against third party apps/services.
-->
<!--
foregroundServiceType="systemExempted" is required in Android 14+
https://developer.android.com/guide/components/fg-service-types#system-exempted
-->
<service android:name="net.mullvad.mullvadvpn.service.MullvadVpnService"
android:exported="true"
android:exported="false"
android:foregroundServiceType="systemExempted"
android:permission="android.permission.BIND_VPN_SERVICE"
android:stopWithTask="false"
Expand Down

0 comments on commit 26db620

Please sign in to comment.