aboutsummaryrefslogtreecommitdiffstats
path: root/bin/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 10:58:07 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 10:58:07 +0100
commita1786a9f78e6df128f46be5387ce4257d7e1f91e (patch)
tree840e9c8c0ddf2b77ae334e5a8d7866e9a53c4ddf /bin/AndroidManifest.xml
parent860abebbca6ed0592ec4f05aec25eb7bf4475b2d (diff)
removed some files
Diffstat (limited to 'bin/AndroidManifest.xml')
-rw-r--r--bin/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml
index a2716651..5ca5295f 100644
--- a/bin/AndroidManifest.xml
+++ b/bin/AndroidManifest.xml
@@ -38,7 +38,8 @@
android:name="de.gultsch.chat.ui.NewConversationActivity"
android:label="@string/title_activity_new_conversation"
android:parentActivityName="de.gultsch.chat.ui.ConversationActivity"
- android:windowSoftInputMode="stateHidden">
+ android:windowSoftInputMode="stateHidden"
+ android:noHistory="true">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="de.gultsch.chat.ui.ConversationActivity" />