AndroidManifest.xml
changeset 483 568fc0a4af7a
parent 482 a5a7e1af3611
parent 480 eb6f1fbea903
child 500 4da77df8f950
--- a/AndroidManifest.xml	Fri Oct 30 19:22:49 2009 +0100
+++ b/AndroidManifest.xml	Fri Oct 30 19:24:39 2009 +0100
@@ -30,6 +30,12 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity android:name=".ui.Chat" android:label="@string/chat_name"
+			android:launchMode="singleTop">
+			<intent-filter android:label="Beem Connection">
+				<action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+			</intent-filter>		
+		</activity>
 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
 			<intent-filter android:label="Beem Connection">
 				<action