aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 873332f..e863b21 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -85,6 +85,15 @@
</activity>
<activity
+ android:name=".EditHostActivity"
+ android:label="@string/title_host_editor">
+
+ <meta-data
+ android:name="android.support.PARENT_ACTIVITY"
+ android:value="org.connectbot.HostListActivity"/>
+ </activity>
+
+ <activity
android:name=".HostEditorActivity"
android:configChanges="keyboardHidden|orientation"
android:label="@string/title_host_editor">