android: Use proper intent-filter for our VpnService

This commit is contained in:
Tobias Brunner
2012-11-02 15:55:08 +01:00
parent 214c081dd6
commit acb300f920
+1 -1
View File
@@ -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>