--- a/AndroidManifest.xml Sun Nov 08 02:01:19 2009 +0100
+++ b/AndroidManifest.xml Wed Nov 11 03:05:34 2009 +0100
@@ -23,13 +23,6 @@
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">
- <action
- 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">