Added an activity to edit basic VPN profile details

Already load existing data based on extra data delivered with the
Intent, no saving and CA certificate handling yet.
This commit is contained in:
Tobias Brunner
2012-08-11 15:10:34 +02:00
parent 0458ac7cbc
commit 56a922b2ed
4 changed files with 202 additions and 0 deletions
@@ -22,6 +22,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.VpnProfileDetailActivity"
android:label="@string/app_name" >
</activity>
<service
android:name=".logic.CharonVpnService"
android:exported="false"