android: Add the ability to create shortcuts to specific VPN profiles

This commit is contained in:
Tobias Brunner
2012-11-21 18:57:41 +01:00
parent 127d83bb21
commit ac3c6ff479
6 changed files with 93 additions and 0 deletions
@@ -53,6 +53,14 @@
android:name=".ui.LogActivity"
android:label="@string/log_title" >
</activity>
<activity
android:name=".ui.VpnProfileSelectActivity"
android:label="@string/strongswan_shortcut" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
<action android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<service
android:name=".logic.VpnStateService"