--- 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">