Fix service description in AndroidManifest.xml
This commit is contained in:
parent
8d43cee52e
commit
5c3e253067
1 changed files with 2 additions and 2 deletions
|
|
@ -132,10 +132,10 @@
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".AmneziaVpnService"
|
android:name=".AmneziaVpnService"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":amneziaVpnService"
|
||||||
android:permission="android.permission.BIND_VPN_SERVICE"
|
android:permission="android.permission.BIND_VPN_SERVICE"
|
||||||
android:foregroundServiceType="specialUse"
|
android:foregroundServiceType="specialUse"
|
||||||
android:exported="true">
|
android:exported="false">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.net.VpnService" />
|
<action android:name="android.net.VpnService" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue