Fix service description in AndroidManifest.xml

This commit is contained in:
albexk 2023-12-05 13:09:28 +03:00
parent 8d43cee52e
commit 5c3e253067

View file

@ -132,10 +132,10 @@
<service
android:name=".AmneziaVpnService"
android:process=":QtOnlyProcess"
android:process=":amneziaVpnService"
android:permission="android.permission.BIND_VPN_SERVICE"
android:foregroundServiceType="specialUse"
android:exported="true">
android:exported="false">
<intent-filter>
<action android:name="android.net.VpnService" />