AndroidManifest.xml
changeset 735 5a09712de41c
parent 727 f17926a7dde1
child 745 8d56b9de5a92
--- a/AndroidManifest.xml	Wed May 19 14:42:05 2010 +0200
+++ b/AndroidManifest.xml	Wed May 19 15:08:56 2010 +0200
@@ -29,7 +29,9 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
-		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
+		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle"
+		    android:launchMode="singleTask"
+		    android:windowSoftInputMode="stateHidden" >
 			<intent-filter android:label="Beem Connection">
 				<action
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />