android: Use proper intent-filter for our VpnService
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
android:exported="false"
|
||||
android:permission="android.permission.BIND_VPN_SERVICE" >
|
||||
<intent-filter>
|
||||
<action android:name="org.strongswan.android.logic.CharonVpnService" />
|
||||
<action android:name="android.net.VpnService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user