AndroidManifest.xml
changeset 404 3c8ca2a1a327
parent 392 73f7707528f0
child 412 5031fb756b29
child 415 164c96b9e98b
--- a/AndroidManifest.xml	Sat Sep 26 01:15:19 2009 +0200
+++ b/AndroidManifest.xml	Sat Sep 26 20:19:07 2009 +0200
@@ -15,6 +15,12 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
+			<intent-filter android:label="Beem Connection">
+				<action
+					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+			</intent-filter>
+		</activity>
 		<activity android:name=".ui.SendIM" android:label="@string/SendIMActTitle"
 			android:launchMode="singleTop">
 			<intent-filter android:label="Beem Connection">