AndroidManifest.xml
changeset 415 164c96b9e98b
parent 404 3c8ca2a1a327
child 416 ca334bc39396
--- a/AndroidManifest.xml	Sun Sep 27 17:59:13 2009 +0200
+++ b/AndroidManifest.xml	Sun Sep 27 19:09:18 2009 +0200
@@ -55,6 +55,12 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity android:name=".ui.UserInfo" android:label="@string/user_info_name">
+			<intent-filter android:label="Beem Connection">
+				<action
+					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+			</intent-filter>
+		</activity>
 		<activity android:name=".jingle.demo.JingleCallActivity"
 			android:label="JingleDemoCall">
 			<intent-filter>