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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user