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
|
||||
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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue