aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-11-02 15:55:08 +0100
committerTobias Brunner <tobias@strongswan.org>2012-11-02 15:55:08 +0100
commitacb300f920876c6a5df8097ea865c9cf2d68993a (patch)
tree082577f32e5dd3e7955aaa20f31b47739df6c96f /src
parent214c081dd6f637b97ee674e513fb3bb6347f7cde (diff)
downloadstrongswan-acb300f920876c6a5df8097ea865c9cf2d68993a.tar.bz2
strongswan-acb300f920876c6a5df8097ea865c9cf2d68993a.tar.xz
android: Use proper intent-filter for our VpnService
Diffstat (limited to 'src')
-rw-r--r--src/frontends/android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml
index b2eb43786..c7fea79d6 100644
--- a/src/frontends/android/AndroidManifest.xml
+++ b/src/frontends/android/AndroidManifest.xml
@@ -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>