AndroidManifest.xml
changeset 487 6122f9ed186f
parent 480 eb6f1fbea903
child 483 568fc0a4af7a
--- a/AndroidManifest.xml	Fri Oct 30 19:25:10 2009 +0100
+++ b/AndroidManifest.xml	Fri Oct 30 19:25:20 2009 +0100
@@ -28,6 +28,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